Sub Fields not allowing place
Opened this issue ยท 1 comments
Hello everybody.
I have been using PS 9.1.1 which is the current version thus far on a server I run, I love the plugin and works really well with our community but I have been having a problem with setting up a sub-field. Our Craftbukkit is up to date and I frequently check back here for updates and support tickets which showcase similar problems but none of the solutions available seem to work.
The problem is this: We have a spawn area where people can join, view rules, information and loads of generic stuff, near the spawn we have a mall where we want to allow users to 'purchase' a plot, and be able to set up their own shop. However the fields I have set up do not allow the user to place within the parent field, regardless of whether or not they are allowed or set as the owner. I have attached the flags and config for the two fields I am trying to set up, the parent is the Mega Protection and the Sub field is the Mall plot. I hope you can help. Thank you
- force-field-blocks:
- - title: Mega Protection
- block: 7
- radius: 200
- custom-height: 128
- prevent-fire: true
- prevent-place: true
- prevent-destroy: true
- prevent-explosions: true
- prevent-mob-spawn: true
- prevent-unprotectable: true
- prevent-flow: true
- prevent-teleport: false
- welcome-message: true
- farewell-message: true
- visualize-on-rightclick: true
- mixing-group: 1
- cuboid: true
- required-permission: preciousstones.adminblock
- - title: Mall Plot
- block: 82
- radius: 10
- sub-plot: true
- allowed-only-inside:
-
- Mega Protection
- cuboid: true
(I am using correct syntax within the config file but I am having a little trouble understanding the markdown as of yet as I have only just signed up, so please ignore the list bullet points)