Interesting, so a limit and also claims cost money, it means you need an economy plugin.
That should be in the requirements part of the plugin, just for general information.
Thanks for the info
Interesting, so a limit and also claims cost money, it means you need an economy plugin.
That should be in the requirements part of the plugin, just for general information.
Thanks for the info
I found some bugsâŚ
1.when use the wand of thaumcraft with shock focus,i canât right click others or air,it show me"this land is claimed",
but I am in the area of unclaimed!
2.I canât interact the NPCs of customnpcs in the claim
3.In the config executives and members of the prefix is opposite.
Iâll check this one out
In your own claim, or others? If itâs SafeZone, you must add the npc
ID as usable.
Not sure what this is caused by, youâre sure youâre not somehow hitting a claim?
No, Iâm in no unclaimed area, click on the top of the head of the air is also show this
it broadcasts to everyone when someone tries to claim land that is already claimed:
Lastly, is there a way where I can let people use things in claimed claims.
For example,
a healer in a mod (pixelmon)
a trading machine (pixelmon)
and such without having to be allies or part of the claim?
Only for zones, such as WarZone
and SafeZone
. To do so, all you do is /polis addusable <id>
How do we set up the SafeZone? When I did the adminclaim SafeZone obviously it created a claim named SafeZone but I assume its not âthe SafeZone.â So how does one set the safezone?
/p adminclaim SafeZone
Did as instructed and added the id and got that.
Youâre sure youâre using the correct ID
? They are case-sensitive.
Edit Fixed. Deleted SafeZone and then recreated it. It may have been that SafeZone wasnât fully deleted when I claimed it incorrectly. Thanks
However, how do I claim more of the safezone? When you do /p adminclaim SafeZone to claim more area it makes it say the situation of This land is claimed.
You can use /p adminautoclaim SafeZone
which will claim all chunks you walk into. Soon I will be adding the ability to specify the radius in /p claim
and /p adminclaim
I was mistaken again. It hadnât claimed. For whatever reason its not considering SafeZone as a claim that isnât normal maybe? Or maybe its just due to the ID? But it doesnt seem to be working. Not sure Iâll keep trying.
Edit: In SafeZoneâs suppose to allow you to drop items or nah?
It should prevent it - I will make it configurable soon.
And any solution to the this land is claimed even though its a safezone? Could it be due ot the Modâs Ids or?
Iâm not sure of the cause. I am looking into it presently.
Alright so I got it to work with normal Minecraft Items.
When I tried to do it with pixelmon:item.Healer it didnât work. Thats the itemdb I get from /itemdb . Is there a different id people have been using or am I doign something incorrectly here.
So, youâre trying to interact with a Healer
. This is an ENTITY
not an ITEM
. If youâre using EssentialCmds, use /entityinfo
when looking at the block below it, or if you use F3+H
and look at it, it should show you the ID
. The correct ID
is probably in this thread somewhere, so you can find it here too.
Much appreciated, thanks.