Paste #28453: feafaf

Date: 2016/01/14 14:50:16 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14


firstjoin:
  type: world
  events:
    on player first login:
    - flag <player.name> firstjoin duration:5m

welcome:
  type: world
  events:
    on welcome command:
    - announce "<&8>[<&2>Exodus <&6>Starter<&8>] <&a>Welcome <&7><server.list_online_players.filter[has_flag[firstjoin]]><&a>! From <&o><player.name>"
    - foreach <def[welcome]> {
      - flag <def[welcome]> firstjoin:1
    }