Advertisement
Guest User

Untitled

a guest
Apr 30th, 2021
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. #
  2. # Thank you for purchasing PinPrompt and I hope you enjoy the plugin!
  3. # If you have any suggestions or need any help please comment in the discussions page!
  4. #
  5.  
  6. # Check for plugin updates on startup?
  7. Update Notify: true
  8.  
  9. # Change how data is saved/managed.
  10. Database:
  11.  
  12. # Valid settings are SQLITE (Local) or MYSQL (Remote)
  13. # If you're unsure what this is or don't have multiple servers, just leave these alone.
  14. Type: SQLITE
  15.  
  16. # Settings to connect to your MySQL database
  17. IP: 127.0.0.1
  18. Port: 3306
  19. # --- Make sure to create this database manually if not there ---
  20. Database: pinprompt
  21. # Account that has access to read/write to the above database
  22. Username: admin
  23. Password: dbpass123
  24. # Highly recommend keeping this SSL (HTTPS) to true but your host may not allow it yet.
  25. SSL: true
  26. # Don't change unless you know exactly what this is, this is the maxmium amount of connections in the pool that there can be.
  27. Maximum Pool Size: 6
  28.  
  29. # Players won't be allowed to make a PIN that is in the blacklist.
  30. Blacklisted PINS:
  31. - "1234"
  32. - "9876"
  33. - "1111"
  34.  
  35. # Should PinPrompt send the player to a different server after they enter their PIN?
  36. Transfer: false
  37. # Should we transfer everyone (Players without a pin) as well?
  38. Transfer Everyone: false
  39. # The server to send the player to (Name is same from bungeecord's config.yml)
  40. Transfer Server: "Hub"
  41.  
  42. # Choose your head set type.
  43. # This changes the look of the heads in the pin menu.
  44. # Vaild types are:
  45. # Quartz, Pumpkin, Bloody, Advent, OakWood, Plush, Rainbow, Stone, White, Golden, Ice
  46. Head Set: "Quartz"
  47.  
  48. # Time in seconds players have to enter the correct pin or get kicked.
  49. PIN Time: 22.5
  50.  
  51. # The max attempts a player can have before getting kicked.
  52. PIN Attempts: 3
  53.  
  54. # Should we ban players after their max attempts failed?
  55. Ban After Failed Attempts: false
  56. # The time of the ban in seconds.
  57. Ban Time: 900
  58.  
  59. # Should we remember players or always make them enter their pin on login?
  60. Sessions: true
  61. # The time in hours to remember the player.
  62. # If the time is 3 then the user only has to login using their pin every 3 hours.
  63. Session Time: 24
  64. # If true then the Session Time above only works if their IP is the same as their last time they entered their pin.
  65. # If the players IP is different then they have to enter their pin otherwise let them in.
  66. Remember IP: true
  67.  
  68. # Change the gamemode of a player that is in Spectator mode when they login.
  69. Spectator Mode Handler:
  70.  
  71. # What gamemode to switch the player to when they login and need to enter their PIN.
  72. # Vaild settings are SURVIVAL, ADVENTURE, CREATIVE or SPECTATOR.
  73. Switch To: SURVIVAL
  74.  
  75. # What gamemode to switch back to when entering their PIN.
  76. # Vaild settings are SURVIVAL, ADVENTURE, CREATIVE or SPECTATOR.
  77. Switch Back: SPECTATOR
  78.  
  79. # Should we show the current PIN input as the inventory title or hide it as '*'
  80. Hide Entered PIN Numbers: false
  81.  
  82. # Events that will be blocked/denied until the player enters their pin.
  83. # Some of these events may look silly to even block since you can't do them but
  84. # many hacked clients and programs can actually do these, especially move and chat/commands.
  85. PIN Block:
  86.  
  87. # Move.
  88. Move: true
  89. # Interact with buttons, doors etc.
  90. Interact: true
  91. # Teleport.
  92. Teleport: true
  93. # Placing blocks.
  94. Block Place: true
  95. # destroying blocks.
  96. Block Destory: true
  97. # Take damage.
  98. Take Damage: true
  99. # Deal damage.
  100. Deal Damage: true
  101. # Send chat messages.
  102. Chat: true
  103. # Send commands.
  104. Commands: true
  105. # Entity Targetting the player.
  106. Entity Targetting: true
  107. # Dropping any items.
  108. Dropping Items: true
  109. # Trying to move/click on any items.
  110. Modify Inventories: true
  111.  
  112. # Messages used in the plugin.
  113. # <#XXXXXX> for hex colors.
  114. # All messages can be disabled by setting to ""
  115. Language:
  116.  
  117. # GUI TITLE | Title of the pin interface before entering their current pin.
  118. PIN Name: "&cEnter your PIN..."
  119.  
  120. # GUI TITLE | Title of the pin interface when entering a new pin.
  121. New PIN Name: "&aEnter your &a&lNEW &aPIN..."
  122.  
  123. # GUI TITLE | Title of the pin interface when you have entered 1+ pins.
  124. PIN Progress Name: "&a&n%number-1%&r &a&n%number-2%&r &a&n%number-3%&r &a&n%number-4%"
  125.  
  126. # GUI ITEM | PIN number's name (Pin numbers)
  127. PIN Head Name: "&f&l%number%"
  128.  
  129. # PLAYER MESSAGE | Message for when the user have set a new pin.
  130. Set New PIN: "&c[PinPrompt] &aYou have set a new pin!"
  131. Set New PIN Title: "&a&lNice!"
  132. Set New PIN Subtitle: "&aNew PIN saved!"
  133.  
  134. # PLAYER MESSAGE | Message for when the player enter the correct pin.
  135. Correct PIN: "&c[PinPrompt] &aYou entered the correct pin!"
  136. Correct PIN Title: "&a&lCorrect!"
  137. Correct PIN Subtitle: "&aYou may now play! Enjoy!"
  138.  
  139. # PLAYER MESSAGE | Message when trying to create a pin but you already have one set.
  140. PIN Already Created: "&c[PinPrompt] &cYou already have created a pin!"
  141.  
  142. # PLAYER MESSAGE | Message when trying to change their current pin but don't have one created.
  143. No PIN Created: "&c[PinPrompt] &cYou don't have a pin to change, create one!"
  144.  
  145. # PLAYER KICK MESSAGE | Kick message sent to the player when they enter the incorrect pin too many times.
  146. Incorrect PIN: "&c[PinPrompt] &cToo many failures!"
  147.  
  148. # PLAYER KICK MESSAGE | Kick message for when the user takes too long to enter their pin.
  149. Timeout: "&c[PinPrompt] &cToo slow..."
  150.  
  151. # PLAYER BAN MESSAGE | Ban message when the player got banned from entering the wrong pin.
  152. Banned: "&c[PinPrompt] &cTemporally banned for too many PIN failures."
  153.  
  154. # Sounds used in the plugin.
  155. # Format: SOUND:VOLUME:PITCH
  156. # NONE to disable
  157. Sound:
  158.  
  159. # Sound played when the pin interface opens.
  160. PIN Open: NONE
  161.  
  162. # Sound played when the player clicks a head (Pin numbers)
  163. PIN Click: NONE
  164.  
  165. # Sound played when the player enters the correct pin.
  166. Set New PIN: NONE
  167.  
  168. # Sound played when the player enters the correct pin.
  169. Correct PIN: NONE
  170.  
  171. # Sound played when the player enters the incorrect pin.
  172. Incorrect PIN: NONE
  173.  
  174. # Sound played when the player enters a blacklisted pin.
  175. Blacklisted PIN: NONE
  176.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement