TripwirehookDupeFix

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

MattyHD0

New Member
Dec 30, 2019
0
0
0
22
Argentina
Any error or bug not paste them on the home page, use private message

You can donate to me in https://www.paypal.me/MattyHD0 :emoji_slight_smile:

Requieres:
- Skript


TripwirehookDupeFix has 2 functions
1) Block all attempts by the player when he tries to place a tripwire hook in a trapdoor
2) If the player for some magic reason sets the tripwire hook, by pressing the string it detects if the tripwire hook is in a trapdoor, if it is deleted​

Code:
options:
    prefix: &4&lTDF: &r

    cancelPhysics: &ePossible duplicate/place attempt, player(s) nearby: &c%{_atd.dupeList::*}% &e(%{playerNearbyDetection}%&e blocks)
    noNearbyPlayers: &cNone

    noPermission: &cYou do not have permissions to execute this command

    notifications: true

    version: 1.0.0

variables:
    playersNearbyDetection = 10
Code:
/tdf version - tdf.admin
/tdf reload - tdf.reload

tdf.notify - Notifies user with permission in question when someone tries to place/duplicate


Without TripwirehookDupeFix
View attachment 4496

With TripwirehookDupeFix​
View attachment 4497