Create

Create

86M Downloads

Deployer doesn't work on server

ImSpaceLover opened this issue ยท 6 comments

commented

When I use deployer on my singleplayer world it works fine, but when I try to set a block using deployer on a server I hear the block placing sound but block isn't placing. I'm playing the latest version of Valhelsia 3 by the way

commented

Any claim mods?

commented

Uh, sorry, what do you mean?

commented

FTB chunks? Minecolonies. Deployers can't place/break in protected areas

commented

Oh, thank you, is there a way to delete a colony from Minecolonies? My friend accidentally created one but he don't know how to get rid of it

commented

/mc colony delete <colony: colony id> [canDestroy: true | false] [confirmDelete: true | false]

Deletes a colony and all Minecolonies buildings (as long as the hut is still placed)
candestroy will set whether the buildings should be deleted with the claim
candelete will set whether the colony is instantly deleted when the command is run, without asking for confirmation in chat

Examples:
/mc colony delete colony: 1
/mc colony delete colony: 1 candestroy: false
/mc colony delete colony: 1 confirmdelete: true

Hope this helps.

commented

Thank you so much!