changelog
This commit is contained in:
parent
261c94ec86
commit
5c4af308bb
@ -12,6 +12,9 @@ Flan 1.5.0
|
|||||||
- Add ability to add potion effects to claims.
|
- Add ability to add potion effects to claims.
|
||||||
That claim will then apply that effect to any player inside the claim
|
That claim will then apply that effect to any player inside the claim
|
||||||
Specify potions with <id;amplifier>
|
Specify potions with <id;amplifier>
|
||||||
|
- Add EDITPOTIONS permission for that. There are no limits to potion effects so
|
||||||
|
this should be admin reserved only.
|
||||||
|
Default global value is ALLFALSE so disabled for that reason
|
||||||
|
|
||||||
Flan 1.4.2
|
Flan 1.4.2
|
||||||
======================
|
======================
|
||||||
|
@ -82,6 +82,7 @@ public class Config {
|
|||||||
perms.put(PermissionRegistry.MOBSPAWN, GlobalType.ALLFALSE);
|
perms.put(PermissionRegistry.MOBSPAWN, GlobalType.ALLFALSE);
|
||||||
perms.put(PermissionRegistry.TELEPORT, GlobalType.ALLFALSE);
|
perms.put(PermissionRegistry.TELEPORT, GlobalType.ALLFALSE);
|
||||||
perms.put(PermissionRegistry.NOHUNGER, GlobalType.ALLFALSE);
|
perms.put(PermissionRegistry.NOHUNGER, GlobalType.ALLFALSE);
|
||||||
|
perms.put(PermissionRegistry.EDITPOTIONS, GlobalType.ALLFALSE);
|
||||||
})));
|
})));
|
||||||
|
|
||||||
public Config(MinecraftServer server) {
|
public Config(MinecraftServer server) {
|
||||||
|
Loading…
Reference in New Issue
Block a user