AdminCraft
AdminCraft is a powerful moderation toolkit designed for server admins and moderators who want more control, smoother management, and better oversight of their community.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
AdminCraft
AdminCraft is a powerful moderation toolkit designed for server admins and moderators who want more control, smoother management, and better oversight of their community. Whether you're running a small survival server or managing a bustling SMP, AdminCraft equips your staff team with everything they need to keep the game fair and fun.
✨ Features
- __(Everything is configurable!)__ - Configurable sanction - Prevent rulebreakers joining the server for a specified amount of time, easilly - Configurable sanction - Keep your server's spawn area safe from griefing and chaos. - Configurable sanction - Silence disruptive players without needing them to log out. - Configurable sanction - Prevent suspicious players moving and interacting with the world during your investigations - Configurable sanction - Identify suspicious players who may be using alternate accounts. - Configurable sanction - Configure sanctions that can be applied quicly with a simple command, depending on the reason and the past sanctions.
Planned features
- Staff Prefix - Keep your player inventory separated from your admin's one, to switch quickly between moderation and game. - Staff Prefix - View and manage player inventories and ender chests directly. - Staff Prefix - Track and review player activity to catch griefers and rule-breakers. (Planned for next version) - Staff Prefix - Prevent players sending inappropriate messages, to keep the chat clean. - Staff Prefix - Help your staff demarcating from other player with a configurable prefix and name/chat color.
🚀 Why AdminCraft?
Running a server is hard enough —moderation shouldn't be. AdminCraft gives you the tools to: - Quickly respond to griefing or cheating. - Detect and deal with alt accounts. - Protect your spawn with case. - Manage disruptive behavior on the spot.
This is just the beginning-more features and improvements are on the way to make AdminCraft the ultimate staff companion mod.
Discord: https://discord.gg/uKpPsaYmgk
Spoiler: Commands
Sanctions - `/mute <player> <(reason)>` -> prevents a player from sending messages in chat or placing signs - `/tempmute <player> <duration> <(reason)>` -> same as above, but temporarily - `/unmute <player>` removes a player mute - `/warn <player> <(reason)>` -> warns a player with a chat message - `/tempban <player> <duration> <(reason)>` -> temporarily bans a player -> `/sanction <player> [configuredReason1|configuredReason2|…]` -> applies a configured sanction template on a player (debug in progress)
Tools - `/alts <player>` -> List every players who logged in with the same ip address than the player - `/freeze <player>` -> Toggles the freeze mode for a player (preventing him moving and interacting with the world, the mode is cleared after each server restart) - `/history <player>` -> Lists a player’s received sanctions, and reports - `/reports <player>` -> Lists the reports accusing the player
Player commands - `/report <player> <reason>` -> Reports a player to the server staff
Legend - `<argument>` -> mandatory argument - `<(argument)>` -> facultative argument - `[arg1|arg2|…|argN]` -> (mandatory) choose one argument between the list
Duration argument The /temp* commands follow the following regex: `^(?:(d+)d)?(?:(d+)h)?(?:(d+)m)?(?:(d+)s)?$` Which means that all the temp* commands syntax for duration is `<days>d<hours>h<minutes>m<seconds>s` (without spaces), but if you remove one field it will still works. Exemples: - `1d`-> 1 day - `29d4h` -> 29 days and 4 hours - `4h35m`-> 4 hours and 35 minutes - `4h5s`-> 4 hours dans 5 seconds
Spoiler: Special Thanks
Thank you to everyone who helped me make this mod!
Code
- Redstone_Dubstep (respawn mechanic debug and ports to new versions) - bl4ckscor3 (ports to new versions)