ModsJava
NickName [1.8.x 1.14.x] (API)
Want a new name? nick yourself!. Free Minecraft Java mod for 1.8, 1.9, 1.10.
⬇ Download on Spigot
PLUS There are NO Plugins required!
PLUS Supports Essentials/chat plugins as display-name!
- Database - uses UUID's to save if the player happens to change there name!
- Requires - This plugin doesn't require any plugins to work, but does look better with a chat plugin, You can use my ' ServerManager ' plugin that has a custom chat format to make this look better!
PLUGIN HAS BEEN RE-CODED!
Spoiler: Commands/Permissions
Code (YAML):
Commands
:
/nick <nick> / [ player ]
/reset / [ player ]
/checknick / [ player ]
Permissions :
nickname.nick > Access to set own nick!
nickname.nick.other > Access to nick others!
nickname.checknick > allows the player to check there own nick.
nickname.checknick.other > allows the player to check others nick.
nickname.reset > Access to reset own nick!
nickname.reset.other > Access to reset others nick!
nickname.notify > get a notiftication on your server when the plugin updates!
nickname.reload > reloads the configs/database files!
/nick <nick> / [ player ]
/reset / [ player ]
/checknick / [ player ]
Permissions :
nickname.nick > Access to set own nick!
nickname.nick.other > Access to nick others!
nickname.checknick > allows the player to check there own nick.
nickname.checknick.other > allows the player to check others nick.
nickname.reset > Access to reset own nick!
nickname.reset.other > Access to reset others nick!
nickname.notify > get a notiftication on your server when the plugin updates!
nickname.reload > reloads the configs/database files!
Spoiler: API Example (This is just to show how to get a variable)
Code (Java):
package
io.nicktest.api
;
import org.bukkit.event.Listener ;
import org.bukkit.event.player.PlayerJoinEvent ;
import org.bukkit.plugin.java.JavaPlugin ;
import io.nickname.syxteen.api.NickNameAPI ;
public class test extends JavaPlugin implements Listener {
NickNameAPI nickNameAPI ;
public void onjoin ( PlayerJoinEvent e ) {
nickNameAPI. setPlayerNick ( e. getPlayer ( ) , "player" ) ;
nickNameAPI. resetPlayerNick ( e. getPlayer ( ) ) ;
}
}
import org.bukkit.event.Listener ;
import org.bukkit.event.player.PlayerJoinEvent ;
import org.bukkit.plugin.java.JavaPlugin ;
import io.nickname.syxteen.api.NickNameAPI ;
public class test extends JavaPlugin implements Listener {
NickNameAPI nickNameAPI ;
public void onjoin ( PlayerJoinEvent e ) {
nickNameAPI. setPlayerNick ( e. getPlayer ( ) , "player" ) ;
nickNameAPI. resetPlayerNick ( e. getPlayer ( ) ) ;
}
}
Installation: 1. download the .jar
2. drag & drop the NickName.jar into /plugins/ file.
3. restart your server(don't recommend reloading)
4. config your permissions for users.
5. you're ready to use right away!
[ # ] Always have a look on this page to check for updates, I'm always looking for ways to improve + add to the plugin.
Got discord? ME TOO!...
Syxteen#1428
Terms of service:
You cannot open the source of this plugin!
You cannot claim this plugin as your own!
You cannot re-upload this plugin to spigot/anywhere!
The agreement that the terms can change at any time if need!
You cannot open the source of this plugin!
You cannot claim this plugin as your own!
You cannot re-upload this plugin to spigot/anywhere!
The agreement that the terms can change at any time if need!
If You have any suggestions or feedback please post in the discussion page thread!
If you enjoy the plugin, please give a rating and comment!
If you enjoy the plugin, please give a rating and comment!
NickName [1.8.x 1.14.x] (API) is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 14,701 times (via Spigot). Download it and open it directly in the game.