Advertisement
Guest User

Mystère create pour Yoyo67_

a guest
Jan 18th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. # ___ ___ _ _____ _
  2. # | \/ | | | / __ \ | |
  3. # | . . |_ _ ___| |_ ___ _ __ _ _| / \/_ __ __ _| |_ ___
  4. # | |\/| | | | / __| __/ _ \ '__| | | | | | '__/ _` | __/ _ \
  5. # | | | | |_| \__ \ || __/ | | |_| | \__/\ | | (_| | || __/
  6. # \_| |_/\__, |___/\__\___|_| \__, |\____/_| \__,_|\__\___|
  7. # __/ | __/ |
  8. # |___/ |___/ By @JackMD for PMMP
  9. #
  10. #
  11. # MysteryCrate, a Crate plugin for PocketMine-MP
  12. # Copyright (c) 2018 JackMD < https://github.com/JackMD >
  13. #
  14. # Discord: JackMD#3717
  15. # Twitter: JackMTaylor_
  16. #
  17. # This software is distributed under "GNU General Public License v3.0".
  18. # This license allows you to use it and/or modify it but you are not at
  19. # all allowed to sell this plugin at any cost. If found doing so the
  20. # necessary action required would be taken.
  21. #
  22. # MysteryCrate is distributed in the hope that it will be useful,
  23. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  24. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  25. # GNU General Public License v3.0 for more details.
  26. #
  27. # You should have received a copy of the GNU General Public License v3.0
  28. # along with this program. If not, see
  29. # <https://opensource.org/licenses/GPL-3.0>.
  30. # -----------------------------------------------------------------------
  31.  
  32. # DO NOT EDIT THIS VALUE.
  33. # ONLY FOR INTERNAL USE.
  34. config-version: 2
  35.  
  36. # The ID:META of the key you want to use for opening crates.
  37. # Its better not to edit this value unless you can edit the source code.
  38. key: "339:0"
  39.  
  40. # The the description for the Key. Use \n for next line.
  41. lore: "Utilise cette clé à /warp box.\ne gagne du st uff op."
  42.  
  43. # Enter the name of the FOLDER of the world in which crate is located.
  44. # Example if your world name is spawn but folder name is spw then enter spw in crateWorld
  45. crateWorld: "Box"
  46.  
  47. # Set the value you want the command to be recognized with. Make sure its in between 10-50
  48. # If you want to reward the player with a command, set the meta of the reward in the crates.yml
  49. # to the value you set in commandMeta.
  50. commandMeta: 50
  51.  
  52. # Set the maximum number of commands that can be executed at a time.
  53. maxCommands: 5
  54.  
  55. # Set for how long you want the task to run. Increasing this value will increase the
  56. # time taken for the player to earn the reward and vice versa.
  57. # Recommended to set it to 2.
  58. # Enter the value in seconds.
  59. tickDelay: 2
  60.  
  61. # Adjust the speed of how fast the items move inside the chest.
  62. # Recommended to set it to 5.
  63. scrollSpeed: 5
  64.  
  65. # If your server suffers from bad lag then set showParticle to false.
  66. # Setting this to false will remove the particles above the crate.
  67. showParticle: true
  68.  
  69. # Mention the particle type you want to display above the crate.
  70. # Currently there are only three types.
  71. # Types: CloudRain , Helix , DoubleHelix , Ting , Crown
  72. particleType: "DoubleHelix"
  73.  
  74. # Adjust the tick rate of particles.
  75. # Default is 5.
  76. # Increase the value if your server lags.
  77. particleTickRate: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement