Search results

  1. Ezolile

    [GUIDE] @rename to help rename items

    Itchy is referring to option that you do not have to use Get Element code. Instead you can use variable with among us symbol ඞ. It works like this: If you have an array named TEST and you want to get element at index number 6 for example instead of using get element code you could just use...
  2. Ezolile

    How to make items despawn after death?

    You could when player dies wait few seconds, select all entities and teleport them to void or lava (lava is better). This can cause few problems if you have other entities in game that you need.
  3. Ezolile

    [GUIDE] For the popular kids with 1k+ visitors

    If you have auto-correct option turned on you must turn it off in /settings. It puts . at end of your sentence which goes into amount variable which then can't be parsed as number.
  4. Ezolile

    need a help in @mute

    I must state one thing first. Custom time for mutes or bans will not work when player leaves game or when your world is empty. There are possibilities to keep it working when your world not empty but it could cause other issues like lag and entity limits error so I do not recommend that. When...
  5. Ezolile

    Coding help

    If you want both teams to have exactly same number of players in them every time answer I gave before will not help. Do you want that?
  6. Ezolile

    Arrays and world event

    World event serves to send data (variables, arrays,...) from one world to another. Array is collection of elements of same or different type (depending on your needs) which you can sort, expand, extract from it, etc. For example you want to replay player movement you could append (add element to...
  7. Ezolile

    Coding help

    Imagine you have 2 variables. 1 for each team. Both of those are global variables named for example red_team and blue_team. Then you will have code that goes something like this: If player tries to join to red team (by clicking on item, sign, using chat command, etc) check If Variable red_team...
  8. Ezolile

    I did not want to ruin your very kind comment xd. Thank you very much for your opinion.

    I did not want to ruin your very kind comment xd. Thank you very much for your opinion.
  9. Ezolile

    Creative+ Voting and daily reward reminder

    It would be good if you could add to Creative++ server reminder when it is time to collect daily reward or vote. All other servers - game modes have that except Creative++. Any type of reminder will do. Because many times i have forgotten to collect daily reward and vote while I was in...
  10. Ezolile

    custom number of slots in a chest /shulker/enderchest

    I already told you there is no obvious way to change default number of containers slots in Mineland C+. You can only do what I proposed before. Everyone is using this method so I do not see any reason (except aesthetics) to make stuff complicated. Functionality will be same. Use container that...
  11. Ezolile

    gold tax

    There is no command. You can only transfer gold to other player (or your other acc) if that player has world in C+ with more than 1000 unique visitors. That is when gold donation code unlocks. And transfer commands need to be coded.
  12. Ezolile

    custom number of slots in a chest /shulker/enderchest

    For this do as I mentioned before. Place something (usually players place glass panes) in 6-th row and code it so they cant be clicked. Like for example you have chest named Shop where you want 5 rows. You fill up 6-th row with glass panes and code this: Player clicked on inventory item > If...
  13. Ezolile

    custom number of slots in a chest /shulker/enderchest

    This depends on what exactly you trying to make. There are different type of containers you can use. Like chests, shulker boxes, droppers, dispensers, hoppers, even crafting table can be used with a bit coding. Also you could fill up unwanted slots in chest with for example black glass panes and...
  14. Ezolile

    How to Disable fighting between team mates using code

    It would be best to use variables because armor can receive damage and code will not read it properly. But if you want it to be armor do like this: Player Event Player damages player > If player is wearing [Damager] (red leather helmet) AND IF player is wearing [Victim] (red leather helmet) >...
  15. Ezolile

    gold tax

    Yea guys it has been a long time now since Mineland has tax on gold transactions. I believe it is 10%.
  16. Ezolile

    Creative+ Farewell.

    👋 goodbye. Study hard and come back to us as developer to fix everything what is wrong (you will have to learn Russian btw;)). Best wishes from Ezolile.
  17. Ezolile

    Creative+ how can you convert variables from decimal fractions to normal numbers? (FIXED)

    If you still need assistance with this problem msg me in game. Mine IGN is Ezolile.
  18. Ezolile

    New New generator system on SkyBlock

    Sorry I can't make video. My PC has very low configuration. But basically fortune on pickaxes works for generated blocks only if there is no hopper directly bellow spawned block. Here is my testing setup: So when I mine with this setup with fortune 7 pickaxe (Дисоциациа) it gives me only 1...
  19. Ezolile

    Creative+ how can you convert variables from decimal fractions to normal numbers? (FIXED)

    Try with Set variable > Numbers > Round number. In there you can choose how many decimal points will be after whole number. And also if you set up variable correctly it should not have any decimal spaces.
  20. Ezolile

    New New generator system on SkyBlock

    If you place hopper directly bellow the block that is spawning from generator it will give only 1 item. In general it will ignore fortune we have on our pickaxes.
Top