Anyway to stop people from pasting Schematics with cheats? #2870
-
Wondering if there is a way to stop this. either a permission im missing . or a plugin someone can point me to. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
I also have this happen a lot https://cdn.discordapp.com/attachments/765799734086467584/1050507650670002186/image.png were a person will paste like key lock blocks. anyway to stop this too? |
Beta Was this translation helpful? Give feedback.
-
It's not quite feasible to correctly distinguish between build from scratch and paste from somewhere with cheat. TShock has tile banning (specific tile) and placement speed restrictions (not too fast), tho they won't stop cheaters from pasting 'slowly'. |
Beta Was this translation helpful? Give feedback.
-
Perchance are they running around with Otherwise sounds like you need to write a plugin that hooks into OnTileEdit to try to ease this. |
Beta Was this translation helpful? Give feedback.
Perchance are they running around with
tshock.ignore.sendtilesquare
? First step would be to revoke that and any other related permissions if you have granted them.Otherwise sounds like you need to write a plugin that hooks into OnTileEdit to try to ease this.