1. So I have created a new rust server, complete with a town with all the goodies: repair benches, research tables, workbenches, furnaces, etc...
    BUT NO ONE CAN USE THEM.
    Well, myself and my admin can, but a default player cannot. I am using Zone Manager, I also have my server set to PVE. Can anyone help? Thank you so much.
     
  2. Check permissions are set for default group on each plugin by reading the overview of each plugin being used
     
  3. Ok ZoneManager can be a bit tricky in using. I can walk you through a few tips as I love this plugin.

    Ok so lets say you have created your town and you do not have a zone set.

    /zone_remove "current zone you created" or if this is your only zone use /zone_reset

    /zone_add
    /zone_edit (you do not have to use the zone name if you are within the zone radius. Extremely handy because those numbers bruh -_-)
    /zone name "make a zone name" id "use same zone name" (Again those numbers... T.T)

    Now your zone is created and named you need to make your zone the correct size..

    /zone radius "keep changing until correct size *Tip- 3 = 1 square block"


    Now you have a named and sized zone..

    I suspect at this point i'm telling you something you already know but here's the tricky part, getting the correct settings that your town can be used but not destroyed..

    use this command to stop your town from being destroyed or messed with by default players and theres a few in there to stop animals and helis killing them while in the zone.

    /zone nodecay true nocup true nobuild true nodeploy true nohelitargeting true nonpcspawns true npctargeting true noremove true nosignupdates true noupgrade true undestr true

    Now if you want to stop players killing eachother like a safezone use this

    /zone pvpgod true pvegod true ejectsleepers true

    There is no permissions needed for default players. The flags set trigger for players ability inside the zone..

    if you use flags "nocraft" "noboxloot" "nogather" "nopickup" "noshop" "novending". You will prevent players being able to use the town as intended.


    I hope this helps you my friend. Good luck!
     
  4. Thank you. I've been having issues with the Zone Manager, but I have just wiped and am going to try this again.