N-Essentials is a simple alternative to EssentialsX, useful for small servers that might only need some important functions.
- Download the latest release from the github repository
- Download the modules you want to use
- Place the files in the plugins directory of your minecraft server
- Enjoy !
- You can also use the N-Essentials-Bundle to get everything in one package
A simple gamemode module that allows you to set your gamemode or the gamemode of a player, with /gm
commands
A home module that allows you to set named homes, teleport back to them, get directions to them and more
A kit module, useful for small minigame servers that don't need something hard to setup.
A moderation module that allows you to ban, kick, mute, unmute, warn, unwarn, and more.
More fun commands to play with that couldnt fit into other modules.
Command | Permission Required (Self) | Permission Required (Other) | Self is default? |
---|---|---|---|
n-essentials:gma [player] | nessentials.gamemode.self.gma | nessentials.gamemode.other | ✅ |
n-essentials:gmc [player] | nessentials.gamemode.self.gmc | nessentials.gamemode.other | ✅ |
n-essentials:gms [player] | nessentials.gamemode.self.gms | nessentials.gamemode.other | ✅ |
n-essentials:gmsp [player] | nessentials.gamemode.self.gmsp | nessentials.gamemode.other | ✅ |
Command | Permission Required (Self) | Permission Required (Other) | Self is default? |
---|---|---|---|
n-essentials:sethome [player] <name> [x,y,z] [world] | nessentials.homes.self.sethome | nessentials.homes.setother | ✅ |
n-essentials:home [player] <name> | nessentials.homes.self.home | nessentials.homes.homeother | ✅ |
n-essentials:delhome [player] <name> | nessentials.homes.self.delhome | nessentials.homes.delother | ✅ |
n-essentials:homes [player] | nessentials.homes.self.list | nessentials.homes.listother | ✅ |
Bypass the maximum number of houses | nessentials.homes.bypasslimit | ❌ | ❌ |
Want to see your name here ? Open a pull request or an issue !