top of page

CONFIGURATION FILE

Simplifier configuration file has some things that you can activate/deactivate.

​

Almost everything inside this mod can be turned on or off using this file and this is server side mandatory.

There are more than these settings inside config file, but it is self explanatory and I am not describing they here.

​

1. useDeathChest

When this option is true, if you die, all your items and armor will be put inside a double chest around the place you died. You will notice that a sign will be put exactly where you died with the coordenates indicating where the double chest is. You will need to find it!

 

​2. useAutoItemReplace

With this option in true, if you are using a sword, tool, bow and this item broken, the item is just above this position will be put in place. So if you are digging and your tool broke, another tool will be put in place, but only if it is at the same column.

​

3. isNanoInvisible

When this option is true, the nano block will be invisible when activated. If this option is false, it will be only transparent.

​

4. canPickupSkeletonArrows

Do you ever wanted to pick those arrows thrown by skeletons? Put true here and you will be able to pick every arrow on the floor.

​

5. playerStepHeight

Configure how many blocks your player can step without jump! This only works if server side key is true and not server side value is specified (serverUseStepHeight and serverStepHeight)

​

6. useDeadBody

When this option is true, if you die, all your items and armor will be put inside your "dead body", and you have 10 minutes (configurable), to get it back. After this time your things will be dropped on the floor and you will have a little more time to get it.

This option is mandatory over useDeathMod and you can't use two at the same time.

​

7. deadBodyStayMinutes

Time that you have to get your things back when you die.

​

8. maxOrganizerDistance

Distance in blocks from the organizer block where it can search for chests. If this number is 5, means that chests around 5 blocks in all directions can be used by organizer block, this will give you a 30 cubic blocks area.

​

9. cordlessXZArea and cordlessYArea

Area alowed for wireless to search for another wireless receiver. Basically this is the signal strenght.

​

10. maxSquare

Maximum area used for nano block. Exemple: if you want to build a bridge or stairs in an area of 30 blocks, this value must be 30. This means that when you activate the first nano block, all nano blocks conected with this inside an area of 30 blocks will be activated too.

​

11. playerSkinUrl

Leave it blank if you don't want to change player skin, or fill it with the URL of your custom skin.

​

12. serverUseDoubleKeyItem

If false, players can't configure double key function feature client side and will be like original minecraft behavior

​

13. useDoubleKeyFifoInSlot (1 to 9)

When double key is enabled, you can personalize for each hand inventory you will allow FIFO function (FIFO means to use all 4 slots in that column). Whithout FIFO, it will use only slot right above the hand slot.

​

14. useDoubleKeyItem

This enebles the use of double key press to change hand item to subsequent in that column (need server permission serverUseDoubleKeyItem) to work.

​

15. serverUseDoubleKeyItem

Allow or not the players to use and configure this feature client side

​

16. serverUseStepHeight and serverStepHeight

If this is true and serverStepHeight is 0, players can configure how many steps they want to walk over without jump, but if serverUseStepHeight is false or serverStepHeight is different of 0, all players will follow server configuration

​

17. skinChangerBaseUrl

This key is used by cloack block to show up all skins available for players. If you want to use your own site to do this, just create a folder and put all png images inside it and a text file named skins.nfo with the name of all skins available (without file extension), and a file called friends.nfo with the name of your friends that will use special cape skin of this mod

​

18. useOreRadarEnchantment

This mod has an enchantment for helmet that allow you to see throught walls and see diamonds, golds, emeralds and adamantium (of lostworld mod). This effect only works if you are 2 blocks from these ores.

​

​

​

​

bottom of page