📚Guides Page 1

Create a Portals

  • Step 2 - To set the portal location first off you have to Left-click to set the position 1 of the portal and Right-click to set the position 2.

Create a Leadeboards

  • Step 1 - To create your own leaderboard first off go to plugins/decentholograms/holograms and create a unique leaderboard names

  • Step 2 - You can either copy and paste the already existing leaderboard or make your own leaderboard to make your own leaderboard please follow the following formats on your leaderboard hologram.yml

location: world:0:0:0
enabled: true
display-range: 64
update-range: 64
update-interval: 20
facing: 0.0
origin: UP
down-origin: false
pages:
- lines:
  - content: '&a&l1st &8| &f%ajlb_lb_{placeholder}_1_alltime_name% &8- &f%ajlb_lb_{placeholder}_1_alltime_value%'
    height: 0.3
  • Step 3 - Replace the {placeholder} with your own placeholder! you can get a list of placeholders in here wiki. after that do ./ajlb add {placheolder}.

Create a RTP Worlds

# # Override a world and rtp a player executing the command in one world, to another
Overrides:
#- SPAWN: RESOURCE
- <WORLD>: <RTP_WORLD>
  • Step 2 - After that make sure to set the world type for the <ANY_WORLD> section follow the following format at line 122 config.yml

WorldType: # Available types are NORMAL, NETHER
  - <RTP_WORLD>: NORMAL
  - <RTP_WORLD>_nether: NETHER
  • Step 3 - Keep in mind that you can't rtp in <RTP_WORLD>_the_end since the end is a bunch of void chunks and yeah it's done!

Pregen a World (Chunky)

  • Step 1 - To pregenerated a world you can follow the following tutorial already made by the chunky developer itself.

Last updated