By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
Upon onPlayerLogin, crash-banned user's clients will be crashed.
How it works:
Basically if the y coordinate ≃ -2,147,483,648
(Min x32 Signed Int) or 2,147,483,647
(Max x32 Signed Int), the client will crash.
After inspiration from Jason's Plugin, I've made this feature plugin of its own.
This plugin is different, seeing as the fact that $sender
is also able to unban the player via command, also (within the crash-banned-users.json
file it tells you who banned the player.
Command | Description | Alias(es) | Permission |
---|---|---|---|
/crashban <player> |
Bans the player | cban | crashbanusers.command.ban |
/crashunban <player> |
Unbans the player | cpardon, crashpardon | crashbanusers.command.unban |
This shouldn't be necessary, as /crashunban
already does the advanced option already, but it's here so you know what to do if you're bored. Just don't come running to me when there are issues.
plugin_data/CrashBanUsers/crash-banned-users.json
, delete the user's name.players/
directory, search for the player's name, and do either one of the following:
.dat
fileReply to review by :
You can leave one review per plugin release, and delete or update your review at any time