Paste #46211: Edit of P#46210 - Untitled Paste

Date: 2018/01/09 10:39:04 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
15
16
17
18
19


elf_format:
    type: format
    debug: false
    format: "[<&7>Elf] <text>"
monster_format:
    type: format
    debug: flase
    format: "[<&7Monster] <text>"
chat_prefix:
    type: world
    debug: false
    events:
        on player chats:
        - if <player.has_flag[elf]> {
            - determine format:elf_format
            }
        - if <player.has_flag[elf]> {
            - determine format:monster_format
            }