Jump to content

BlockBoyZ

Member
  • Posts

    11
  • Joined

  • Last visited

  • Days Won

    1

BlockBoyZ last won the day on October 2 2023

BlockBoyZ had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

BlockBoyZ's Achievements

Newbie

Newbie (2/6)

1

Reputation

  1. I tried all three. I gave the item via commands and skript, and I also named it in an anvil. Neither of the three worked.
  2. My code that I have here works fine with an unnamed golden helmet, but once it has a name, lore, or any other sort of nbt it just stops working. Anyone have any idea why this is, and if you have any fixes for this? Thanks on armor change: while player is wearing golden helmet with name "Miner Helmet": apply night vision without particles to player for 5 seconds wait 5 seconds
  3. You know how you can tag players and entities using minecraft commands. I'm trying to give and test for tags. I do not know how to do so. I'm trying to make it so if a player clicks on a block with a specific tag they are teleported to a different location. Else, they are given a message. The only thing i cannot do is test for tags. Thanks
  4. I'm trying to do something with attribute values. I want to get the player's luck value, and multiply that by a percent value i have to get a bigger number. say i have it set so something drop with a 50% chance. If the player has a luck value of 0.1, it will do this formula (50*[1+{luck}]) to get a value of 55%. I hope that made sense. Thanks!
  5. say i wanted to make an gui where when one of the slots have been clicked, it changes that slot to a different item for that player, and it stays like that. Imagine you open a gui with the command /egg. In the first slot there was this egg named "Small Egg." If you click that egg, it changes the egg to "broken egg." now every time you open this inventory, it will say "broken egg." That's the plan, but I know nothing of skript Thanks!
  6. I want a mob with a certain name to drop a certain item, but only with a chance. I was able to do the specific name thing, but not the chance. This is what i got. I couldn't get the chance thing no matter what i tried. on death: if display name of victim is "Jeff": clear the drops set {_drop} to emerald named "Money" drop {_drop} at victim's location
  7. How would you make it so when you die, a specific item is removed from your inventory, using skript. Thanks!
  8. One day I log on and my inventory is reset, then i log off and restart the server and now everything is gone, complete new world. I also noticed there is a new world, world_nether, and world_end along side my orginanal world. This is the second time this has happened, I don't know what is going on. Help!
  9. I am fairly new to script and would like to know if its possible to make it so when you rightclick a block (like a cauldren) it runs a command made in skript or open a GUI. If anyone knows how to do this pls let me know
  10. I have my server, but if i go on the server, leave it, then come back a few hours later, the world get reset. It becomes a default even though mine was superflat. I have backups, but this message shows. Also every time the server shuts off because i have basic plan and it turns off when noone is on, it generates an entirly new world. If anyone knows why this is happening PLEASE HELP! I also discovered that it will reset the world every time i try to use the backup. There is two worlds, i have other servers and it only has 1
×
×
  • Create New...