Skip to content

Instantly share code, notes, and snippets.

@pjorun
Created September 16, 2017 18:10
Show Gist options
  • Save pjorun/7e83eecc42a13edf9d0f4ccb6ba31960 to your computer and use it in GitHub Desktop.
Save pjorun/7e83eecc42a13edf9d0f4ccb6ba31960 to your computer and use it in GitHub Desktop.
# do not touch the config version below, it will break the plugin!
configversion: 1.7
duelme:
checkforupdates: false
mysql:
enabled: false
host: 'localhost'
port: '3306'
database: 'duelmestats'
user: 'user'
pass: 'pass'
duel:
countdowntime: 15
dueltime: 120
seperateinventories: true
rightclicktoduel: false
dropitemsondeath: false
guimenuenabled: false
surroundmaterial: BARRIER
announce:
duelstart: true
deaths: true
leavejoin: true
commands:
duelstart:
- 'give %player% 310 1'
- 'give %player% 311 1'
- 'give %player% 312 1'
- 'give %player% 313 1'
- 'give %player% 276 1'
- 'give %player% 364 10'
duelwinner:
- 'eco give %player% 10'
debug:
enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment