Advertisement
pedro1414

Untitled

Aug 31st, 2020
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1.  
  2. -------------------------------
  3. Plugin Developer+ Trial Plugin
  4. -------------------------------
  5.  
  6. ------------
  7. Description
  8. ------------
  9.  
  10. As your trial plugin, you are required to create a fully functioning faction core.
  11. Your code must also optimized and of high quality. If we see multiple bad practices being used and it looks like it was rushed, you will be denied.
  12. You may not fork FactionsUuid however, you may use libraries such as gson, apache-commons, etc.
  13.  
  14. Note: A database must be used, not flat-file (no sqlite).
  15. Deadline: 2 Weeks
  16.  
  17. Version: 1.8.3 and above
  18.  
  19. --------
  20. Features
  21. --------
  22.  
  23. - Tab complete for commands and command arguments (Have an option to turn on and off in the configuration file)
  24. - Scoreboard with placeholders (Current faction, Faction rank, etc.) (must be made from scratch)
  25. - Placeholder API support
  26. - Faction permissions GUI (Edits rank perms) (Opened with /f perm)
  27. - Commands:
  28. - /f create
  29. - /f who
  30. - /f tag
  31. - /f join
  32. - /f list
  33. - /f invite
  34. - /f perm
  35. - /f fly
  36. - /f kick
  37. - /f disband
  38. - /f sethome
  39. - Permissions:
  40. - Kick
  41. - Build
  42. - Break
  43. - Invite
  44. - Disband
  45. - Fly (In faction land only)
  46. - Sethome
  47. (Must be an option to set permissions for each rank)
  48. - Ranks:
  49. - Member
  50. - Moderator
  51. - Co-leader
  52. - Leader
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement