Search results

  1. Swirrl

    %default variable affecting everyone.

    The playerRespawn code block checks for is any player respawns, but I don't think it ever checks who respawns, and that's what is messing it up. You can try using the PlayerKillPlayer event instead and see if that works.
  2. Swirrl

    Summon a Painting

    This is just a simple question, but for what I am trying to do for my game, I want to place a painting client-sided or change an existing one (client-sided) I don't know if this is possible/in the server, or I just can't find the option, but if you can't summon a painting, I would like for it to...
  3. Swirrl

    Identifying specific enchantments on items

    woah, nice template view, thanks for your help :)
  4. Swirrl

    Hexadecimal color codes

    For people who are having trouble figuring out how to add custom colors other than &0-9 or &a-f What I usually do is a first get a hex color code picker, which is searchable on google, and get a desired color. Then I take the hex code given from the color picker, and copy it The hex code is...
  5. Swirrl

    the left side is my Minecraft skin head, and the right side a my Geometry Dash icon

    the left side is my Minecraft skin head, and the right side a my Geometry Dash icon
  6. Swirrl

    Identifying specific enchantments on items

    So I'm trying to make it so that you can upgrade enchantments on items, and I'm getting stuck on identifying how to check for a specific enchantment/ench level, I have {SetVariable [GetItemEnchants] } but after that I'm getting stuck.
  7. Swirrl

    How do I make it so that you can't move a specific item in your inventory

    So I've been stuck on this for a while an I know you can most likely do this easier with emperor rank, but I can't afford it, and I really need to know some other way to make sure you can't move a specific item in your inventory Example above: I want it to be so that you cannot move that item...
  8. Swirrl

    Inventory saving and loading isn't working

    So I'm coding with a Noble rank and both he and I are putting saveinv and loadinv code blocks and they never work.. PlayerEventLeave > PlayerActionSaveinv PlayerEventJoin > PlayerActionLoadinv Doing this never works, and I've tried several says to always save your inventory, yet when I do...
Top Bottom