Paste #45113: Test

Date: 2017/10/21 04:10:34 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8


CommandLog_world:
    type: world
    debug: false
    events:
        on command:
        - if !<context.server> {
            - log "<&dq><context.command> <context.raw_args><&dq> used at <player.location.simple>!" file:/CommandLog/<player.name>.log
            }