mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-05-23 02:19:05 +00:00
Fixed bug with notification sound. Updated GUI slot permissions.
This commit is contained in:
parent
e45e17497d
commit
f6460f36bd
@ -1,4 +1,4 @@
|
|||||||
name: VentureChat
|
name: VentureChat
|
||||||
main: mineverse.Aust1n46.chat.bungee.MineverseChatBungee
|
main: mineverse.Aust1n46.chat.bungee.MineverseChatBungee
|
||||||
version: 2.10.0
|
version: 2.10.1
|
||||||
author: Aust1n46
|
author: Aust1n46
|
@ -168,7 +168,6 @@ public class Message extends MineverseCommand {
|
|||||||
else {
|
else {
|
||||||
player.getPlayer().playSound(player.getPlayer().getLocation(), Sound.valueOf("ENTITY_PLAYER_LEVELUP"), 1, 0);
|
player.getPlayer().playSound(player.getPlayer().getLocation(), Sound.valueOf("ENTITY_PLAYER_LEVELUP"), 1, 0);
|
||||||
}
|
}
|
||||||
player.getPlayer().playSound(player.getPlayer().getLocation(), Sound.valueOf("ENTITY_PLAYER_LEVELUP"), 1, 0);
|
|
||||||
}
|
}
|
||||||
if(!mcp.getPlayer().hasPermission("venturechat.spy.override")) {
|
if(!mcp.getPlayer().hasPermission("venturechat.spy.override")) {
|
||||||
for(MineverseChatPlayer sp : MineverseChat.onlinePlayers) {
|
for(MineverseChatPlayer sp : MineverseChat.onlinePlayers) {
|
||||||
|
@ -50,6 +50,6 @@ public class GuiSlot {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean hasPermission() {
|
public boolean hasPermission() {
|
||||||
return !permission.equalsIgnoreCase("mineversechat.none");
|
return !permission.equalsIgnoreCase("venturechat.none");
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
name: VentureChat
|
name: VentureChat
|
||||||
version: 2.10.0
|
version: 2.10.1
|
||||||
main: mineverse.Aust1n46.chat.MineverseChat
|
main: mineverse.Aust1n46.chat.MineverseChat
|
||||||
depend: [Vault, ProtocolLib, PlaceholderAPI]
|
depend: [Vault, ProtocolLib, PlaceholderAPI]
|
||||||
softdepend: [Towny, Factions, Heroes]
|
softdepend: [Towny, Factions, Heroes]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user