Jump to content

Need help with my region


Hypinkle

Recommended Posts

I'm trying to make it so whenever a player right clicks there generator in spawn, it doesn't give them the chance of items, no errors, I debugged it and can't seem to get it working.

 

 

 

on right click holding music disc pigstep:
    "%region at player%" contains "spawnpoint"
    cancel event
    chance of 41%:
        give player cobblestone
    chance of 40%:
        give player oak log
    chance of 4%:
        give player iron ore
    chance of 5%:
        give player coal
        broadcast "&bIt made it all the way,"

 

Link to comment
Share on other sites

Do a broadcast message after each thing to see if its even being triggered. Like broadcast a message after the right click to see if its detecting that. Then another one after testing for the region to see if the region is correct. 

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...