SafeZones [Deleted]

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Status
Not open for further replies.
well seems that the chat works fine now , remade the zone and all good
 
I have done testing with the latest version. seems to be working great now. no more chat bug.
 
y0 @OwnProx i'm on the live after pushing the update and the thing i didnt test... was building and structure damage... it might be broken??? doing testing right now on a fresh server!

http://prntscr.com/ih7aa0


test config....

JSON:
{
    "SafeZones": {
        "ServerName": "Elemental PvP",
        "ClaimItemsCommand": "/claim",
        "AdminSteamID": -1,
        "AdminIgnoreChecks": false,
        "SafeZoneNotifications": true,
        "SafeZoneNotificationCheckSeconds": 4,
        "InstantNotifications": true,
        "NotificationScale": 1,
        "NotificationShowDelay": 10,
        "DisplayType": 0,
        "SafeZoneKillAgressiveDino": true,
        "DistanceSafeZones": [
            {
                "Name": "PVP Islands Zone",
                "Distance": 62000,
                "PreventBuilding":true,
                "PreventPVP":false,
                "PreventStructureDamage":true,
                "ClaimCommand":false,
                "GiveItemsOnSpawnInZone":false,
                "Position": [
                    -441726,
                    188052,
                    -13517
                ],
                "Messages": [
                    "<RichColor Color=\"1, 0, 0, 1\">This is a PVP area, you can not build here.</>",
                    "",
                    "",
                    "You have entered {} NO DINOS ALLOWED!",
                    "You have left {}",
                    "<RichColor Color=\"0, 1, 0, 1\">Items Redeemed!</>"
                ],
                "LeaveNotificationColour": [
                    0,
                    1,
                    0,
                    1
                ],
                "EnterNotificationColour": [
                    1,
                    0,
                    0,
                    1
                ],
                "Items": []
            }
        ]
    }
}
 
Last edited:
rolling back to the chat bug!!! cause i cant have building in the area unless it an admin structure for events. cant have people blowing up shit either ;) lol <3
 
hmm in my tests i could not damage structures and could build when i was a admin set

"AdminIgnoreChecks":false, to true to support building as a admin

also i will test it again later when i get a free moment
 
hmm in my tests i could not damage structures and could build when i was a admin set

"AdminIgnoreChecks":false, to true to support building as a admin

also i will test it again later when i get a free moment


i had other players doing it on the live server testing it for me. perhaps my config is bad? i'll do more testing with a vanilla config later... also on the test server i was not logged in as admin at all and i was able to place items... i think the "AdminIgnoreChecks":false was when i was flipping things for testing,, normally its TRUE. for admin building event structures.
 
also please note that new variables was added to the config since this update and you may not be adding them to your config my suggestion is to take the defaut config and copy the pos's / items / messages to the new default one and you should be good hopefully, try it on a test server.
 
also please note that new variables was added to the config since this update and you may not be adding them to your config my suggestion is to take the defaut config and copy the pos's / items / messages to the new default one and you should be good hopefully, try it on a test server.


I copied the new variables in i thought. I started with your new config and stripped it to one zone. added my coords. and true/falses. i can build in the zone without being logged in admin. no star by name. not in config files with steam id on server.

JSON:
{ 
   "SafeZones":{ 
      "ServerName":"ServerNameHere",
      "ClaimItemsCommand":"/claim",
      "AdminSteamID":-1,
      "AdminIgnoreChecks":true,
      "SafeZoneNotifications":true,
      "SafeZoneNotificationCheckSeconds":4,
      "InstantNotifications":true,
      "NotificationScale":1.0,
      "NotificationShowDelay":10.0,
      "DisplayType":0,
      "SafeZoneKillAgressiveDino":true,
      "DistanceSafeZones":[ 
         { 
            "Name":"Zone1",
            "Distance":62000,
            "PreventBuilding":true,
            "PreventPVP":false,
            "PreventStructureDamage":true,
            "ClaimCommand":false,
            "GiveItemsOnSpawnInZone":false,
            "Position":[
                    -441726,
                    188052,
                    -13517
            ],
            "Messages":[ 
               "<RichColor Color=\"1, 0, 0, 1\">This is a community trade center, you can not build here.</>",
               "<RichColor Color=\"1, 0, 0, 1\">This is a community trade center, you can not PVP here.</>",
               "<RichColor Color=\"1, 0, 0, 1\">This is a community trade center, you can not damage structures here.</>",
               "You have entered {}",
               "You have left {}",
               "<RichColor Color=\"0, 1, 0, 1\">Items Redeemed!</>"
            ],
            "EnterNotificationColour":[ 
               0,
               1,
               0,
               1
            ],
            "LeaveNotificationColour":[ 
               1,
               0,
               0,
               1
            ],
            "Items":[]
         }
      ]
   }
}
 
Not sure what I'm doing wrong nothing I can do stops people from building in zones. They can not break stuff but they can build. Prevent building is set true. Any ideas?
 
yeah, its a bug right now GeekGoggles. Use 2.2 and all is good. The new config file works with the old version fine for now. The issue with the older version is that if you log out in the zone or server restart while you are in the zone your chat is bugged until you leave the zone and relog. I'm using the older version still.. The chat bug is worth the pain for now.
 
Cant get spawn items in zones without using commands and players can place structures. weird.
 
yeah, its a bug right now GeekGoggles. Use 2.2 and all is good. The new config file works with the old version fine for now. The issue with the older version is that if you log out in the zone or server restart while you are in the zone your chat is bugged until you leave the zone and relog. I'm using the older version still.. The chat bug is worth the pain for now.


Thanks for the fast reply Will do that. Ignore my last post as I'm sure it's bugged but its not a big deal for the items to me. Thanks again mate :)
 
Last edited:
@OwnProx
Hey man, Small request could you add an option to Disable use of Grapple in zone, Like how Ragnarok prevents use in the ice cave.
Or even a preventItem: BP, setting
 
Bug, unable to disable the below messages I set both Safezonenotifications and instantnotifications to false...and they still displays...Even if the individual values are also False "PreventPVP"

"Messages":[
"<RichColor Color=\"1, 0, 0, 1\">This is a admin zone, you can not build here.</>",
"<RichColor Color=\"1, 0, 0, 1\">This is a admin zone, you can not pvp here</>",
"<RichColor Color=\"1, 0, 0, 1\">This is a admin zone, you can not damage structures here.</>",
 
@OwnProx
New version still spams these with no way to turn them off. Even a cool down on them would be good, if they can not be disabled. i tried removing them all together and crashed the server haha
Displaytype":2 is also still resulting in chat and notification prints.

"Messages":[
"<RichColor Color=\"1, 0, 0, 1\">This is a admin zone, you can not build here.</>",
"<RichColor Color=\"1, 0, 0, 1\">This is a admin zone, you can not pvp here</>",
"<RichColor Color=\"1, 0, 0, 1\">This is a admin zone, you can not damage structures here.</>",

Config:

Code:
{ 
   "SafeZones":{ 
      "ServerName":"DivineGaming",
      "ClaimItemsCommand":"/claim",
      "AdminSteamID":76561198372630601,
      "AdminIgnoreChecks":false,
      "SafeZoneNotifications":false,
      "SafeZoneNotificationCheckSeconds":4,
      "InstantNotifications":false,
      "NotificationScale":1.0,
      "NotificationShowDelay":10.0,
      "DisplayType":2,
      "SafeZoneKillAgressiveDino":false,
      "DistanceSafeZones":[ 
         { 
            "Name":"Admin Arena",
            "Distance":7090,
            "PreventBuilding":true,
            "PreventPVP":false,
            "PreventStructureDamage":true,
            "ClaimCommand":false,
            "GiveItemsOnSpawnInZone":false,
            "Position":[
               -274744,
               181034,
               -3398
            ],
            "Messages":[ 
               "<RichColor Color=\"1, 0, 0, 1\">This is a admin zone, you can not build here.</>",
               "<RichColor Color=\"1, 0, 0, 1\">This is a admin zone, you can not pvp here</>",
               "<RichColor Color=\"1, 0, 0, 1\">This is a admin zone, you can not damage structures here.</>",
               "You have entered {} Hello!",
               "You have left {} Bye bye!",
               "<RichColor Color=\"0, 1, 0, 1\">Items Redeemed!</>"
 
oh but that would mean holding timestamps and data of players atm i dont hold any player information related to the plugin but can do in a future update its not hard, also do u mean it spams when you do continuous damage ect yeah i'm aware of it
 
Yes, but but also even if i have "PreventPVP":false, it still spams the pvp message when people pvp. Should be no message if pvp is allowed ?
 
Status
Not open for further replies.
Back
Top