poggit-orphanage / office

Request adoption of orphans here. If you want poggit-orphanage to fork an old plugin, create an issue.
9 stars 2 forks source link

question about world protect borders #18

Closed timbersquirrel closed 7 years ago

timbersquirrel commented 7 years ago

I tried to set borders by doing /wp border 10000 10000 -10000 -10000 even if im not op i can still move past it... i dont understand

Awzaw commented 7 years ago

https://github.com/poggit-orphanage/WorldProtect/blob/dev/README.md

/wp border x1 z1 x2 z2

timbersquirrel commented 7 years ago

Yeah it didn’t work

Awzaw commented 7 years ago

Please post the exact command you used, because it's working fine for me. You did enable border: true under features in the WorldProtect config?

timbersquirrel commented 7 years ago

I don’t think I have (border: true) set to true but I can’t find it in the reasorces

Awzaw commented 7 years ago

config.yml should look something like this:

---
version: 2.3.0
motd:
  '# ticks': line delay when showing multi-line motd texts.
  ticks: 15
  '# auto-motd': Automatically shows motd when entering world
  auto-motd: true
features:
  max-players: false
  protect: true
  border: true
  pvp: true
  motd: false
  no-explode: true
  unbreakable: false
  bancmds: false
  banitem: true
  gamemode: true
  gm-save-inv: true
  death-save-inv: true
...
timbersquirrel commented 7 years ago

ok so it works if i dont rename the file of the world in the /worlds section of the server but i need it to be renamed...

Awzaw commented 7 years ago

You can't just rename a world folder, you need to edit the levels level.dat file too; please check the forums.

timbersquirrel commented 7 years ago

thanks will try :D