Jump to content

Thedukc

Member
  • Posts

    79
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Thedukc

  1. Are you opped? If not op yourself from the appearance tab in the minehut panel. Then run the command op [ign].
  2. Thedukc

    I need help with skript

    command /giveawayMeltaSword <Player>: permission: Op trigger: give 1 gold sword of sharpness 7, fire aspect 3, unbreaking 10, named "&1Meltra Sword" to player On left click: if player's held item is diamond sword named "&1Meltra Sword": push player forward at speed 1 You put diamond sword and not gold sword so it doesn't match.
  3. The variable is: %the level of loop-player%
  4. Someone could most likely script this. If you want even I could. Just message me and I will
  5. Most likely a memory issue. Just try to delete plugins or any other memory things. Maybe deleting the world and making a new world NOT SERVER will work who knows. But that would be a final option because all player data and world data will be gone.
  6. If you get lucky maybe you will have a backup of the server. Restore the server to this backup and everything should be fine. It's in the backups in the server's panel.
  7. Thedukc

    my server

    Roll back the server to a further time line. Go in You server panel > backups > The restore server to latest save or a previous backup. You might get lucky and still have a backup when everything was still there. @Adam_Is_Poggers
  8. It could be a memory issue. Minehut has a memory cap of about 20 MB I think. This would cause your server to crash if you excide this cap. Maybe try deleting some plugins not needed or other memory type things. This happened to me and that is what the minehut support team told me.
  9. Good simple and works
  10. Thedukc

    Block regen

    No problem man :).
  11. Thedukc

    Block regen

    This script simply wouldn't work. I've made you 2 scripts that should work. If none of them fit your question reply and I'll try again :). #First one options: Blacklist: Stone and Iron ore On break: if {@Blacklist} contains event-block: cancel event #Second one options: Blacklist: Stone and Iron ore On break: if {@Blacklist} contains event-block: stop else: cancel event Ps: I'm not the greatest scripter and i never will but this is the simplest way that I found to do this. Hope this helps!
  12. Thedukc

    Block regen

    Yes if the spacing is good it should break the stone give you cobble stone and then make it bedrock for 30 seconds then turn it back to stone same with coal.
  13. Thedukc

    Block regen

    Yes it will reappear without anything happening.
  14. Thedukc

    Block regen

    No it cancel's the event of the action. If you break something or place something it will make it so it's like it never happened. You can also uncancel events.
  15. Ok so basically I want to have hex colors in a script. Hex colors being all the different colors. I do not know if it's possible with script at the moment but I've seen servers do it. I just need help with this script: command /hey: trigger: message "(hex color)Hey!" This is just an example so I can make bigger things with hex colors.
  16. on click with stick: if lore of player's held item is "&7Thunder 10": strike lightning at target block of player send action bar "&6&lI AM ZEUS!" to player
  17. I made the script for you here ya go: every second: loop all players: if line 1 of the lore of loop-player's boots contains "&aBouncy Boots": apply potion of jump boost of tier 5 to the loop-player for 2 seconds
  18. Thedukc

    Block regen

    Ok but what happens to the block that are on the list I'm confused at the point of the script? The script you made just makes it so you can't mine anything. Also I found errors in you're script. Here's the corrected version: on break: if event-block is coal ore or iron ore or diamond ore or emerald ore or stone cancel event else: clear the drops set event-block to event-block send "You can't mine that"
  19. Thedukc

    Block regen

    What is it suppose to do it just looks like you are making it so everything can't be mined? Edit: # I made you the script that I think you wanted. on break: if event-block is coal ore or iron ore or diamond ore or emerald ore or stone: set event-block to event-block else: cancel event send "You can't mine that"
  20. Maybe try deleting the info in file manager > whitelist.json then try to get whitelisted again maybe?
  21. #Change this options: Ranks: supporter on first join: set {R_:: %player's uuid%} to "True" command /freerank: trigger: if {R_:: %player's uuid%} is not set: message "&eYou have already gotten this package!" stop if {R_:: %player's uuid%} is "True": set player's group to {@Ranks} message "&eEnjoy your free %{@Ranks}%&e!" delete {R_:: %player's uuid%} stop command /resetfreerank [<player>]: permission: freerank.admin.use permission message: &cInsufficient permissions! trigger: if arg-1 is not set: set {R_:: %player's uuid%} to "True" message "&eSuccessfully reset player's free rank status!" if arg-1 is set: set {R_:: %arg-1's uuid%} to "True" message "&eSuccessfully reset player's free rank status!"
  22. Change log: [EDITED] Changed some of the text Reply if you have issues with the skript ############## #Made by Duxk ############# #Change this btw options: Title: &6&lLuckyDuck Item_name: &6&lLuckyDuck on place: if block is sponge: if name of player's held item is "{@Item_name}": add event-block's location to {sponge::%player's uuid%::*} play sound "entity.item.pickup" with volume 3 to the player command /luckyblock [<player>]: permission: luckyblock.skript.use permission message: &cInsufficient permissions! trigger: if arg-1 is not set: give player sponge named "{@Item_name}" if arg-1 is set: give arg-1 sponge named "{@Item_name}" on break of sponge: if {sponge::%player's uuid%::*} contains event-block's location: cancel drops set {luckyblock.%player%} to a random integer between 1 and 30 if {luckyblock.%player%} is 1: play sound "entity.experience_orb.pickup" with volume 3 to the player create an explosion of force 5 at the event-block send action bar "{@Title} &8>> &eYou won &4BOOM&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 2: play sound "entity.experience_orb.pickup" with volume 3 to the player create a fake explosion at the event-block send action bar "{@Title} &8>> &eYou won &4BOOM&e!" to player remove location of event-block from {sponge::%player's uuid%::*} wait 1 second send title "&e&lPRANKED" to player if {luckyblock.%player%} is 3: play sound "entity.experience_orb.pickup" with volume 3 to the player drop diamond sword of sharpness 3 and unbreaking 3 named "&6&lSuper Lucky Sword!" with lore "&eDecent sword right here." at location of event-block send action bar "{@Title} &8>> &eYou won a &3 Super Lucky Sword&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 4: play sound "entity.experience_orb.pickup" with volume 3 to the player drop bow of power 3 and unbreaking 3 named "&6&lSuper Lucky Sword!" with lore "&eDecent bow right here." at location of event-block drop 10 arrows at location of event-block send action bar "{@Title} &8>> &eYou won a &3 Super Lucky Bow&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 5: play sound "entity.experience_orb.pickup" with volume 3 to the player spawn 1 zombie at location of event-block set name of last spawned entity to "&6&lBOB" equip last spawned zombie with diamond helmet of protection 3 equip last spawned zombie with diamond chestplate of protection 3 equip last spawned zombie with diamond leggings of protection 3 equip last spawned zombie with diamond boots of protection 3 send action bar "{@Title} &8>> &eYou spawned &6BOB&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 6: play sound "entity.experience_orb.pickup" with volume 3 to the player wait 10 ticks send action bar "{@Title} &8>> &eYou won &7NOTHING&e!" to player play sound "entity.villager.no" with volume 3 to the player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 7: play sound "entity.experience_orb.pickup" with volume 3 to the player spawn 5 creepers at location of event-block send action bar "{@Title} &8>> &eYou won some &4creepers&e!" to player play sound "entity.villager.no" with volume 3 to the player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 8: play sound "entity.experience_orb.pickup" with volume 3 to the player drop 10 sticks named "&6&lSTICK" with lore "&7It be getting sticky up in here." at location of event-block send action bar "{@Title} &8>> &eYou won some &asticks&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 9: play sound "entity.experience_orb.pickup" with volume 3 to the player set event-block to cake send action bar "{@Title} &8>> &eYou won some &lCAKE&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 10: play sound "entity.experience_orb.pickup" with volume 3 to the player drop 69 steak named "&6&lSTEAK" at location of event-block send action bar "{@Title} &8>> &eYou won some &lSTEAK&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 11: play sound "entity.experience_orb.pickup" with volume 3 to the player spawn 1 wolf at location of event-block set name of last spawned entity to "&lFOXY" drop 10 bones named "&7Tame him!" at location of event-block send action bar "{@Title} &8>> &eYou won some &lCAKE&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 12: play sound "entity.experience_orb.pickup" with volume 3 to the player set block above the player to anvil send action bar "{@Title} &8>> &eYou got anviled!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 13: play sound "entity.experience_orb.pickup" with volume 3 to the player poison the player for 30 seconds send action bar "{@Title} &8>> &eYou got &2poisened&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 14: play sound "entity.experience_orb.pickup" with volume 3 to the player spawn 5 squid send action bar "{@Title} &8>> &eYou got &1squided&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 15: play sound "entity.experience_orb.pickup" with volume 3 to the player spawn giant at the event-block send action bar "{@Title} &8>> &eWoW you're a big fellow" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 16: play sound "entity.experience_orb.pickup" with volume 3 to the player drop 5 carrots at the event-block send action bar "{@Title} &8>> &eYou got some &6carrots&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 17: play sound "entity.experience_orb.pickup" with volume 3 to the player drop stone sword of knockback 1 named "&7Meh sword" at the event-block send action bar "{@Title} &8>> &eMeh decent sword" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 18: play sound "entity.experience_orb.pickup" with volume 3 to the player drop 20 stone at the event-block send action bar "{@Title} &8>> &eYou got some stone?" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 19: play sound "entity.experience_orb.pickup" with volume 3 to the player set block at block 3 north 1 west event-block to oak wood fence set block at block 3 north 2 west event-block to oak wood fence set block at block 3 north 3 west event-block to oak wood fence set block at block 2 north 3 west event-block to oak wood fence set block at block 1 north 3 west event-block to oak wood fence set block at block 3 west event-block to oak wood fence set block at block 3 south 1 west event-block to oak wood fence set block at block 3 south 2 west event-block to oak wood fence set block at block 3 south 3 west event-block to oak wood fence set block at block 2 south 3 west event-block to oak wood fence set block at block 1 south 3 west event-block to oak wood fence set block at block 3 south event-block to oak wood fence set block at block 3 north 1 east event-block to oak wood fence set block at block 3 north 2 east event-block to oak wood fence set block at block 3 north 3 east event-block to oak wood fence set block at block 2 north 3 east event-block to oak wood fence set block at block 1 north 3 east event-block to oak wood fence set block at block 3 east event-block to oak wood fence set block at block 3 south 1 east event-block to oak wood fence set block at block 3 south 2 east event-block to oak wood fence set block at block 3 south 3 east event-block to oak wood fence set block at block 2 south 3 east event-block to oak wood fence set block at block 1 south 3 east event-block to oak wood fence set block at block 3 north event-block to oak wood fence gate send action bar "{@Title} &8>> &eYou're the animal now" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 20: play sound "entity.experience_orb.pickup" with volume 3 to the player set event-block to lava send action bar "{@Title} &8>> &eYou won some &cLAVA&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 21: play sound "entity.experience_orb.pickup" with volume 3 to the player drop 10 dirt named "&5&lEPIC DIRT" at the event-block send action bar "{@Title} &8>> &eYou won some &6&lDIRT&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 22: play sound "entity.experience_orb.pickup" with volume 3 to the player strike lightning at the player send action bar "{@Title} &8>> &eYou got struck by lightning!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 23: play sound "entity.experience_orb.pickup" with volume 3 to the player push the player upwards at speed 5 send action bar "{@Title} &8>> &eWEEEEEE!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 24: play sound "entity.experience_orb.pickup" with volume 3 to the player spawn 10 sheep at the event-block send action bar "{@Title} &8>> &eYou won some sheep!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 25: play sound "entity.experience_orb.pickup" with volume 3 to the player drop 1 leather helmet named "&6Starter helmet" at the event-block drop 1 leather chestplate named "&6Starter Chest Piece" at the event-block drop 1 leather pants named "&6Starter Pants" at the event-block drop 1 leather boots named "&6Starter Boots" at the event-block drop 1 wooden sword named "&6Starter Sword" at the event-block drop 1 wooden pickaxe named "&6Starter Pick" at the event-block drop 1 wooden axe named "&6Starter Axe" at the event-block send action bar "{@Title} &8>> &eYou won the &6starter kit&6!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 26: play sound "entity.experience_orb.pickup" with volume 3 to the player drop 1 diamond chestplate at the event-block send action bar "{@Title} &8>> &eYou won a &3Diamond Chest Plate" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 27: play sound "entity.experience_orb.pickup" with volume 3 to the player drop 1 carrot on a stick at the event-block drop 1 saddle at the event-block spawn 1 pig at location of event-block set name of last spawned entity to "&e&l&lRide Me" send action bar "{@Title} &8>> &eYou won a ridable pig!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 28: play sound "entity.experience_orb.pickup" with volume 3 to the player drop 1 sponge named "{@Item_name}" at the event-block send action bar "{@Title} &8>> &eYou won another {@Item_name}&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 29: play sound "entity.experience_orb.pickup" with volume 3 to the player drop 1 golden apple named "&e&lWAW" at the event-block send action bar "{@Title} &8>> &eYou won a Enchanted Golden Apple&e!" to player remove location of event-block from {sponge::%player's uuid%::*} if {luckyblock.%player%} is 30: play sound "entity.experience_orb.pickup" with volume 3 to the player spawn 1 chicken at location of event-block set name of last spawned entity to "&6&lIt's a duck &7(trust me)" send action bar "{@Title} &8>> &eYou won a &6&lDUCK&e!" to player remove location of event-block from {sponge::%player's uuid%::*}
  23. Thedukc

    a

    command /a: permission: a.a permission message: &a&la AA AAAAAAAAAAAAAAA trigger: send "&a&la" to player send title "&a&la" with subtitle "&a&la to player send action bar "&a&la" to player
×
×
  • Create New...