Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Added scrollSpeed and config version is now 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMD authored and Ifera committed Feb 9, 2019
1 parent fca4740 commit af71244
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions resources/config.yml
Expand Up @@ -31,7 +31,7 @@

# DO NOT EDIT THIS VALUE.
# ONLY FOR INTERNAL USE.
config-version: 1
config-version: 2

# The ID:META of the key you want to use for opening crates.
# Its better not to edit this value unless you can edit the source code.
Expand All @@ -58,6 +58,10 @@ maxCommands: 5
# Enter the value in seconds.
tickDelay: 2

# Adjust the speed of how fast the items move inside the chest.
# Recommended to set it to 5.
scrollSpeed: 5

# If your server suffers from bad lag then set showParticle to false.
# Setting this to false will remove the particles above the crate.
showParticle: true
Expand All @@ -70,4 +74,4 @@ particleType: "Helix"
# Adjust the tick rate of particles.
# Default is 5.
# Increase the value if your server lags.
particleTickRate: 5
particleTickRate: 5

0 comments on commit af71244

Please sign in to comment.