Solved Problems with jumping on the wheat

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

BestGamerNL

Member
Apr 25, 2017
38
1
0
25
Hello guys im working on a bigg network with an friend but now we have one problem

my problem is that players can jump on the wheat and i dont want that happend

because its destroying my wheat in my network

does someone know how to disable this with an skirpt
[doublepost=1501360608,1501360544][/doublepost]And mabey you guys know to how to disable fall damage
 
Hello guys im working on a bigg network with an friend but now we have one problem

my problem is that players can jump on the wheat and i dont want that happend

because its destroying my wheat in my network

does someone know how to disable this with an skirpt
[doublepost=1501360608,1501360544][/doublepost]And mabey you guys know to how to disable fall damage
Do you use WorldGuard? both issues are fixable with the WG flags for regions
 
For the fall you can use the damage cause event. if it's fall, cancel it.
7dd1737629.png

for crops, you can use this on crop trample event from Extrask and cancel it
5c407b13de.png
 
For the fall you can use the damage cause event. if it's fall, cancel it.
7dd1737629.png

for crops, you can use this on crop trample event from Extrask and cancel it
5c407b13de.png
it looks pretty nice but im an little bit of an noob with skripting so do you have an code ore anything for this 2 things
 
it's as easy as
Event:
Condition
Action
so for example in the case of the fall damage:
code_language.skript:
on damage:
    damage cause is fall
    cancel event
It will be the same for the other as well
 
Status
Not open for further replies.