Jump to content

PixeledMango

Member
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by PixeledMango

  1. I Am having a problem. whenever i break a block it gives me the stone gen. here is my skript

     

    on place:

        if name of player's held item contains "&7Stone Generator":

            add location of event-block to {placed::gens::%player's uuid%::*}

            send "&aYou placed your stone gen!"

    on break:

      loop all players:

        loop all blocks in radius 30 of loop-player:

          if loop-block is stone block:

            if {placed::gens::%loop-player's uuid%::*} contains location of loop-value-2:

              remove location of event-block from {placed::gens::%loop-player's uuid%::*}

              give player stone named "&7Stone Generator"

  2. i made a skript for duping. but i want it so you cant dupe hearts. my server is a lifesteal and you can withdraw hearts

    here is the code

     

    command /dupe:
      trigger:
        give player player's held item
        if player's held item is red dye named "&cHeart" with lore "&7Right click to use":
          cancel event
          send "&cYou cannot dupe hearts!" to player

  3. i am trying to make a script for when you touch a block it does something to the player. mine is not working

    SCRIPT

    on any move:
        if block at player is water:
            if player is not op:
                send "Test" to player

  4. i was trying to uninstall skquery. i downloaded from a website. i dragged it into the minehut plugins folder. i want to delete it. i deleted it from the plugins folder restarted and the plugin just came back. help would be appreciated 🙂

×
×
  • Create New...