Advertisement
Hydevelopment

Untitled

Apr 22nd, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. # HyCounter allows players to be counted upon joining the server
  2. # This is handy for players to see how many players have join and also for staff to see
  3. # HyCounter variables are:
  4. # @players - players name
  5. # @unique_players - number of players joined
  6.  
  7. first_join:
  8. enabled: true
  9. message: '&7Welcome to Hyperive &7&n@player&7! You are user &6#&6&l@unique_players'
  10. commands:
  11. - example.example
  12. - example.example
  13. - example.example
  14. rejoin:
  15. enabled: true
  16. message: '&7Welcome back &7&n@player&7!'
  17. commands:
  18. - example.example
  19. - example.example
  20. - example.example
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement