IsAbusing?
In this plugin, you can see once a player dies on your server and it was by a Admin, you can see if the murderer was in godmode, or not.
abuse.isgod <-- Users can do /isgod <player>
abuse.isvanish <-- Users can do /isvanish <player>
/isgod <player> <-- Checks to see if the player is in godmode.
/isvanish <player> <-- Checks to see if the player is in vanish.
If a user in godmode kills another user, it will show in chat that the killer is in godmode, this makes it easier for admins to tell if another mod or admin is abusing there power.
Logs are stored at: Servers > (ServerName) > Admin-Abuse.txt
REPORT BUGS pls.
Default configuration
<?xml version="1.0" encoding="utf-8"?>
<IsAbusingConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<debug>false</debug>
<ShowInChat>true</ShowInChat>
<ShowGodemode>true</ShowGodemode>
<ShowVanish>true</ShowVanish>
<ShowHeal>true</ShowHeal>
<Color>yellow</Color>
</IsAbusingConfiguration>
Default english translation
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
Commands and permissions
/isgod [Player]
Permissions: isgod
See's if the user is in godmode.
/isvanish [Player]
Permissions: isvanish
See if the user is in vanish.
Git changelog
Plugin Update
- - Added heal checks
- - Allow types of abuse to be enabled/disabled
- - Changes to chat messages
Plugin Update
- - Some chat messages changed to not appear in global chat
- - Other fixes
Plugin Updates
- - Added some checks/validation
- - Updated to work with latest rocket
Fix command layout on Dev.Rocketmod