Makes sure only intended items are re-forge-able, and changes version to 1.0.0
This commit is contained in:
@ -47,11 +47,14 @@ defaults:
|
||||
|
||||
# All settable delays
|
||||
delays-in-seconds:
|
||||
maximum: 30 # The maximum time for a re-forge to finish
|
||||
# The maximum time for a re-forge to finish
|
||||
maximum: 30
|
||||
|
||||
minimum: 5 # The minimum time for a re-forge to finish
|
||||
# The minimum time for a re-forge to finish
|
||||
minimum: 5
|
||||
|
||||
reforge-cool-down: 60 # The cool-down period between each re-forge
|
||||
# The cool-down period between each re-forge
|
||||
reforge-cool-down: 60
|
||||
|
||||
# All messages used by the NPC
|
||||
messages:
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: Blacksmith
|
||||
author: EpicKnarvik97, aPunch, jrbudda, HurricanKai
|
||||
authors: [ EpicKnarvik97, aPunch, jrbudda, HurricanKai ]
|
||||
version: 1.18.1
|
||||
version: 1.0.0
|
||||
main: net.knarcraft.blacksmith.BlacksmithPlugin
|
||||
depend: [ Citizens, Vault ]
|
||||
|
||||
|
Reference in New Issue
Block a user