Advertisement
minmin0917

Structure 1.0

Aug 26th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. # Structure System // Mining Server Management System
  2. # Version : 1.0
  3.  
  4. on join:
  5. if {Profile.Rank.%player%} is "Default":
  6. set join message to " &7%player% &bさんがサーバーに参加しました!"
  7. if {Profile.Rank.%player%} is "VIP":
  8. set join message to " &2%player% &6さんがサーバーに参加しました!"
  9. if {Profile.Rank.%player%} is "VIP+":
  10. set join message to " &2%player% &6さんがサーバーに参加しました!"
  11. if {Profile.Rank.%player%} is "Supporter":
  12. set join message to " &f%player% &cさんがサーバーに参加しました!"
  13. if {Profile.Rank.%player%} is "Engineer":
  14. set join message to " &c%player% さんがサーバーに参加しました!"
  15. if {Profile.Rank.%player%} is "Admin":
  16. set join message to " &b%player% &cさんがサーバーに参加しました!"
  17. if {Profile.Rank.%player%} is "Owner":
  18. set join message to " &e%player% &cさんがサーバーに参加しました!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement