Recent content by Das3tins

  • 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. D

    How to delete specific hologram

    anyone know how to make a perm hologram, plus i can delete it? with this code, on place of a redstone block: if player's tool is redstone block named "&6Bitcoin &cMiner &7(Tier 1)" with lore "&7Gives you bitcoins when placed": add location of event-block to {miners::*} add...
  2. D

    Solved How to delete a chat message

    So I want to delete the chat message the person says, how do i do that. on chat: if {willbuybitcoin::*} contains player: if message is a number: add message to {hourlyamount.%player%} set {_bitcoinswillbuy} to message if {_bitcoinswillbuy} <= 10...
  3. D

    Need help with detecting player balance

    this is better than the balance check code.if balance of player >= 2000: so what it does it checks if its 2000 or more sometimes there is decimals idk
  4. D

    Solved GUI format slot (please help)

    ok i will test if it works i will mark this as solved ok it works
  5. D

    Solved GUI format slot (please help)

    So this is my code and ITS SHOWS AS ERROS I DON’T WHY please help on right click on a redstone block: if location of event-block is {miner.%player%::*}: open virtual chest inventory with size 3 named "&f%player%'s &6Bitcoin &cMiner" to player format gui slot 0 of player with...
  6. D

    Solved how to i make holograms that have multiple lines

    if it doesn’t support it maybe it works so i will mark this as solved
  7. D

    Solved how to i make holograms that have multiple lines

    ok here is what i wrote its shows an error create a new holo with lines “&6Bitcoin &cMiner” and “&7Right-click to open” 1 block above {_localtemp} and store in {miners.holo.%player%} i can’t show the error because the parser became broken but i remember it says “Variables cannot be used here”...
  8. D

    Solved how to i make holograms that have multiple lines

    I use skript-holo, but how do i make it so i can make a hologram on a specific block above it 1 block, I can get the location in a variable, this doesn’t skript doesn’t work: create a new holo with lines “&f%player%’s &6Bitcoin &cMiner” and “&7Right-click to open” above 1 block at...
  9. D

    parser not working

    The parser isn’t working, I tried to refresh it the page like 5 times, and it won’t work i tried restarting the internet and it won’t work another device it won’t work what do i do?????
  10. D

    Solved how to i make holograms that have multiple lines

    So, am familiar to skript but I don’t know how to make holograms that have multiple lines and last forever, and I saw the docs about it but it didn’t make sense. please help