Paste #28881: Untitled Paste

Date: 2016/01/21 21:05:15 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


nameplate_handler:
    type: world
    debug: true
    events:
        on player joins:
        - if <player.groups.contains[Default]> {
          - adjust <player.name> name:<&7>
        }