Become a premium member to remove ads
  • Plugin Documentation is currently in a Beta state. Some documents may be missing, incomplete, or otherwise not as intended.

Plugin Documentation:
NDParkour

Configuration

   (0 reviews)

There are two kinds of files used to store NDParkour data:

  • Main configuration file - Stores settings for arenas and global NDParkour settings. This is the default config.yml present in the plugin folder
  • User session files - Stores data for a user's session. These are stored in a subfolder called users, and are named after the player's UUID

 

Sample config.yml

settings:
  lobby-spawn:
    world: world
    x: 0
    y: 0
    z: 0
arenas:
  example:
    survival-money-award: 0
    ndpoints-award: 0
    world: world
    arena-coords:
      1:
        x: 0
        y: 0
        z: 0
      2:
        x: 0
        y: 0
        z: 0
    game-spawn:
      x: 0
      y: 0
      z: 0

 

 

Sample user session file

arena: magmaparkour
difficulty: 0
attempts: 1
current:
  world: minigames
  x: -608
  y: 23
  z: -386
  yaw: -220.7312
  pitch: 9.313785
checkpoints:
  '0':
    world: minigames
    x: -626
    y: 16
    z: -387
  '1':
    world: minigames
    x: -608
    y: 23
    z: -386



User Feedback

There are no reviews to display.