Recent content by Haloxx

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

  1. Haloxx

    Change player's game state in 1.18

    just use set players gamemode to creative # change 'creative' to the gamemode you want
  2. Haloxx

    Solved TuSKe Custom Enchantments

    i know i was just saying
  3. Haloxx

    Solved TuSKe Custom Enchantments

    i looked for 20 mins and i found how to make one and not to apply it. thanks for it though
  4. Haloxx

    Solved TuSKe Custom Enchantments

    i found out how to make the enchantment but cant give a player a tool with the enchantment set {_enchantment.superpic4} to "SuperPickaxeV" parsed as custom enchantment set max level of {_enchantment.superpic4} to 1 set accepted items for {_enchantment.superpic4} to "Pickaxes" set rarity of...
  5. Haloxx

    Solved need help

    are you trying to give a player a block or send them a message?
  6. Haloxx

    Solved Won't drop items

    Alright, I'll use just that and try to make my own custom enchants
  7. Haloxx

    Solved Won't drop items

    im trying to make a pickaxe that breaks a radius of blocks and drop the items where you broke the (event-block) but its not working no errors but it wont drop the items and it just deleting them
  8. Haloxx

    Solved Won't drop items

    if player's tool is shiny iron pickaxe named "<bold><gold>Super Pickaxe III" with lore "<grey>Super III": loop blocks in radius 4.5 of event-block: loop-blocks is not bedrock or lava or water: y-coord of loop-blocks is greater than or equal to y-coord of event-block...
  9. Haloxx

    Solved cant change enchantment level

    Thanks! It worked
  10. Haloxx

    Solved cant change enchantment level

    it didnt work, i tried modifying it after trying that but it still wouldnt work
  11. Haloxx

    Solved cant change enchantment level

    im trying to make a ultra hardcore minecraft but i cant get this to work on script load: set {hardcorelevel} to 1 command /ultramc <boolean>: permission: op permission message: You do not have permission to do this! trigger: if arg-1 is on: set {ultramcstate} to true if...
  12. Haloxx

    Solved Player's attack damage

    on damage: if attacker is holding a diamond sword: set {_damage} to damage message "%{_damage}%" to attacker this could probably be better but i tested it and it works fine
  13. Haloxx

    Solved How can i make skript work with 1.17 items?

    ok i’ll see later
  14. Haloxx

    Solved How can i make skript work with 1.17 items?

    idk what to do then
  15. Haloxx

    Solved How can i make skript work with 1.17 items?

    im trying to make a auto smelt but it wont work with 1.17 blocks. I have installed alot of skript plugins but i cant find one that makes 1.17 blocks work. on mine: if event-block item is iron ore or deepslate iron ore: delete dropped item drop iron ingot