1. When making a thread, please tag your thread accordingly using the menu to the left of the textfield where you name your thread where applicable. Server Advertisements and Mod Releases should be contained to their respective subforums.

Tutorial Json Admin Commands

Discussion in 'Multiplayer' started by Createse, Jun 17, 2015.

?

Was the helpful?

  1. Yes (please elaborate in a new post)

    0 vote(s)
    0.0%
  2. No (please elaborate in a new post)

    0 vote(s)
    0.0%
  3. Potentially (please elaborate in a new post)

    0 vote(s)
    0.0%
  1. Createse

    Createse Big Damn Hero

    Just going to leave these here:

    Code:
    '{
        "colorIndex":1,
        "statusEffects":[
            {
                "amount":1.0,
                "stat":"breathProtection"
            },
            {
                "amount":1.0,
                "stat":"biomecoldImmunity"
            },
            {
                "amount":1.0,
                "stat":"biomeheatImmunity"
            },
            {
                "amount":1.0,
                "stat":"biomeradiationImmunity"
            },
            {
                "amount":1.0,
                "stat":"fireImmunity"
            },
            {
                "amount":1.0,
                "stat":"lavaImmunity"
            },
            {
                "amount":1.0,
                "stat":"slimeImmunity"
            },
            {
                "amount":1.0,
                "stat":"waterImmunity"
            },
            {
                "amount":1.0,
                "stat":"tarImmunity"
            },
            {
                "amount":1.0,
                "stat":"poisonImmunity"
            },
            "nofalldamage",
            "xenonglow"
        ]
    }'
    



    Code:
    {
        "action":"UpdatePlayerEssentialItem",
        "essentialItem":"beamaxe",
        "parameters":{
            "blockRadius": 5,
            "tileDamage":100
        }
    }
    


    Loosely related:
    Code:
    /settileprotection 0 true     // Dungeons?
    /settileprotection 65532 true // Players?
    /settileprotection 65533 true // Planet?
    /settileprotection 65535 true // Default?
    
     
    Last edited: Jun 17, 2015

Share This Page