Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. [ SpawnManager ]
  2.  
  3. {Short description}
  4. This plugin was created to have a spawn management plugin with all the features that servers could need, both a survival server or rpg or other, that's why everything is fully configurable!
  5.  
  6. {Features}
  7.  
  8. ➤ Possibility to add an infinite number of spawn
  9. ➤ Modifiable permissions for each spawn independently
  10. ➤ Modifiable Cooldown for each spawn independently
  11. ➤ Modifiable Required level for each spawn independently
  12. ➤ Possibility to set a teleportation delay (global)
  13. ➤ Displaying the delay in the action bar
  14. ➤ Teleportation cancelled during the delay if the player moves or receives damage
  15. ➤ Possibility to define a spawn as the spawn of new players
  16. ➤ Possibility to define a spawn as a respawn after death
  17. ➤ Customizable message in the chat for each spawn!
  18. ➤ Customizable message in the chat for new players!
  19. ➤ Customizable message in the chat for the respawn after death!
  20. ➤ Display a customizable title and subtitle on each spawn!
  21. ➤ Possibility to Display a message to any player connecting to it!
  22. ➤ Changing the language very simply! (French or English)
  23. ➤ Command can be used from the console or a block command (Need Psudo see below)
  24. ➤ Modify your spawn via commands or directly in a yml file
  25. ➤ All texts are editable (REALLY ALL)
  26.  
  27.  
  28. {Commands}
  29.  
  30. ➤ /smadd <name> - to create a new spawn.
  31. ➤ /sms <name> - to teleporte you to a spawn.
  32. ➤ /smdel <name> - to delete a spawn.
  33. ➤ /smdelay <number> - to change the teleportation delay.
  34. ➤ /smps <SpawnName> <PlayerName> - aunches the teleportation of a player to a spawn (However, the required permissions / level and cooldown will be effective!)
  35. ➤ /smhelp - To view ingame commands.
  36.  
  37. ➤ /smedit <name> <level> <number> - Changes the required level of spawn use
  38. ➤ /smedit <name> <Cooldown > <number> - Change the cooldown of the spawn
  39. ➤ /smedit <name> <perm> <permission> - Change the permission of a spawn ( Be careful the "sm." this puts automatically, example if you do (/smedit default perm admin) the permission will be sm.admin!)
  40. ➤ /smedit <name> <titleandsub > <true or false> - Enables or disables the display of the title and subtitle of the spawn
  41. ➤ /smedit <name> <title > <message> - Change the display title of a spawn (Supports minecraft color code!)
  42. ➤ /smedit <name> <subtitle> <message> - Change the display subtitle of a spawn (Supports minecraft color code!)
  43.  
  44. {Permissions}
  45.  
  46. ➤ sm.* - Gives all permissions
  47. ➤ sm.add - Give permission to create spawn
  48. ➤ sm.del - Give permission to delete spawn
  49. ➤ sm.edit - Gives permissions to edit spawn
  50. ➤ sm.delay - Gives permissions to change the teleportation delay
  51. ➤ sm.help - Gives permissions to display commands in game (All commands!)
  52. ➤ sm.smps - Gives permissions to use the command /smps
  53. ➤ sm.spawnBypass - Allows this teleport to be carried to any spawn even without its permissions
  54. ➤ sm.cooldownBypass - Give permission for this teleport without taking into consideration the cooldown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement