This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (UtilMath.r(100 + _random.size()) > 100) | |
{ | |
Pair<Integer, Integer> pair = UtilMath.rm(_random); | |
x = pair.getKey(); | |
z = pair.getValue(); | |
_random.remove(0); | |
} | |
else |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----- Basic perms ------ | |
libsdisguises.disguise.disguiseclone | |
libsdisguises.undisguise | |
libsdisguises.undisguiseentity | |
libsdisguises.undisguiseplayer | |
libsdisguises.undisguiseradius | |
libsdisguises.<Command>.<Disguise Type> - Grants them the option to use all flags as the flags were not provided | |
libsdisguises.<Command>.<Disguise Type>.<Flags> |