Recent content by Mipoxa

  1. Mipoxa

    Sputt Time: The Necessary Evil

    o7
  2. Mipoxa

    Compact or Normal Coding

    Compact is so good......
  3. Mipoxa

    Checking all the players that are playing a game :)

    What you need to do is use the selection block. More specifically "select by condition" and the condition should be if %selected PlayingGame is 1. After that, you can set a variable to Game Value: Selection Size. Just make sure to reset the selection after you do that.
  4. Mipoxa

    How to add a number to a variable?

    refer to what I said in this post https://mcdiamondfire.com/threads/how-do-you-use-variables.9525/post-27335
  5. Mipoxa

    my brother gave me a rank

    I wouldn't know why your brother did this, but if it's true that your involvement with crashing the server was accidental, you can always appeal your ban here on the forums.
  6. Mipoxa

    I farted

    You make me want to cry. That's (in my opinion) kind of cruel. But even so, i do respect YOUR opinion.
  7. Mipoxa

    Glow or Nametags only visible to some people

    If you have a mythic rank, you can hide and show entities for individual players.
  8. Mipoxa

    Sending player to a different plot

    holy moly
  9. Mipoxa

    How do you use variables?

    yes saved inventories are per player
  10. Mipoxa

    Making a queue system

    A queue system as a whole is a rather complex mechanic, so I highly recommend you to call support with this rather than ask on the forums. Although, if you have any questions about implementing certain parts of the system, you should be able to ask here and receive an answer.
  11. Mipoxa

    How do you use variables?

    Save variables are per plot, yes. If you want to store the player's money in a variable, you can use the keyword "%default" in the name of the variable. When the code reads %default, it reads it as the name of the player who triggered the event, so for example if I join the plot, the join event...
  12. Mipoxa

    How do you use variables?

    Are you perhaps using the sum action wrong? You should probably request support for this issue, but one thing I can suggest is checking whether you're using the sum action or incrementing. For sum, the first slot in the chest will always be the resulting variable, and the rest will be the...
  13. Mipoxa

    How to get Actionbar to be perm

    It's always sent for a fixed period of time, but you can just send a new actionbar before the old one expires, and do it on loop. If you're confused on how to do that, there should be a bunch of tutorials here on how to make a loop for your code.
Top Bottom