DUDE ABOUT NAME OF PLUGIN

Status
This thread has been locked.

Minecraft Setups

Minecraft Server Setups
Supreme
Feedback score
0
Posts
25
Reactions
2
Resources
0
Good afternoon, I would like someone to tell me the name of the plugin that makes only one person or rank can have a specific "item"

EJM: A "VIP" rank sword that only VIP users can have.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Spyproof

Supreme
Feedback score
8
Posts
348
Reactions
69
Resources
0
Good afternoon, I would like someone to tell me the name of the plugin that makes only one person or rank can have a specific "item"

EJM: A "VIP" rank sword that only VIP users can have.
This is most likely against Minecraft EULA, but You can probably do a check on the item using code.
 

Matty

Supreme
Feedback score
25
Posts
1,056
Reactions
434
Resources
0
Good afternoon, I would like someone to tell me the name of the plugin that makes only one person or rank can have a specific "item"

EJM: A "VIP" rank sword that only VIP users can have.

1) Use skript, should be fairly easy to make, steps it should take are;
  • i) Set a variable for the item.
  • ii) On item pickup, loop through players.
  • iii) Check if player is holding the item.
  • iv) If player holding item rank == vip, keep the item.
  • v) If player holding item rank != vip, set inventory slot {variable inventory slot} to air.
  • vi) send "&cYou must have VIP to have this item" to player.
2) Get a java developer to make a custom plugin (shouldn't be too expensive at all - especially if it only needs to be hardcoded).
 

redrum64

Supreme
Feedback score
14
Posts
91
Reactions
42
Resources
0
Above are all great ideas. But in case coding or skripting isn't your strong suite, MMOItems is a great item plugin. You can attach permissions to items, you can disable item usage in certain worlds, and you can make items do crazy things!
 
Status
This thread has been locked.
Top