port:27632
Ahoj všichni potřeboval by jsem pomoct s pluginem jobs nemám s tímto pluginem zkušenosti tak jdu sem
potřeboval by jsem zprovoznit plugin jobs a newim jak na to
tu je job config:
Spoiler: zobrazit
Kód: Vybrat vše
# Jobs configuration.
#
# Stores information about each job.
#
# For example configurations, visit http://dev.bukkit.org/server-mods/jobs/.
Jobs: {}
generalconfig:
Spoiler: zobrazit
Kód: Vybrat vše
# The general configuration for the jobs plugin mostly includes how often the plugin
# saves user data (when the user is in the game), the storage method, whether
# to broadcast a message to the server when a user goes up a skill level.
# It also allows admins to set the maximum number of jobs a player can have at
# any one time.
# storage method, can be MySQL, sqlite, h2
storage-method: sqlite
# Requires Mysql.
mysql-username: root
mysql-password: ''
mysql-url: jdbc:mysql://localhost:3306/minecraft
mysql-table-prefix: ''
# How often in minutes you want it to save, 0 disables periodic saving and
# the system will only save on logout
save-period: 10
# Do all players get a message when somone goes up a skill level?
broadcast-on-skill-up: false
# Do all players get a message when somone goes up a level?
broadcast-on-level-up: false
# Maximum number of jobs a player can join.
# Use 0 for no maximum
max-jobs: 3
# Hide jobs from player if they lack the permission to join the job
hide-jobs-without-permission: false
# option to allow payment to be made when killing mobs from a spawner
enable-pay-near-spawner: false
# option to allow payment to be made in creative mode
enable-pay-creative: false
# Modifys chat to add chat titles. If you're using a chat manager, you may add the tag {jobs} to your chat format and disable this.
modify-chat: true
# Changes how how many players are paid per payment batch. Setting this too high may cause tick lag.
economy-batch-size: 1
# Changes how often, in seconds, players are paid out. Default is 5 seconds.
# Setting this too low may cause tick lag. Increase this to improve economy performance (at the cost of delays in payment)
economy-batch-delay: 5
recticretareas.yml
Spoiler: zobrazit
Kód: Vybrat vše
# Restricted area configuration
#
# Configures restricted areas where you cannot get experience or money
# when performing a job.
#
# The multiplier changes the experience/money gains in an area.
# A multiplier of 0.0 means no money or xp, while 0.5 means you will get half the normal money/exp
#
# restrictedareas:
# area1:
# world: 'world'
# multiplier: 0.0
# point1:
# x: 125
# y: 0
# z: 125
# point2:
# x: 150
# y: 100
# z: 150
# area2:
# world: 'world_nether'
# multiplier: 0.0
# point1:
# x: -100
# y: 0
# z: -100
# point2:
# x: -150
# 150 y: 100
# z: -150
titleconfig.yml
Spoiler: zobrazit
Kód: Vybrat vše
# Title configuration
#
# Stores the titles people gain at certain levels.
# Each title requres to have a name, short name (used when the player has more than
# 1 job) the colour of the title and the level requrirement to attain the title.
#
# It is recommended but not required to have a title at level 0.
#
# Titles are completely optional.
#
# Titles:
# Apprentice:
# Name: Apprentice
# ShortName: A
# ChatColour: WHITE
# levelReq: 0
# Novice:
# Name: Novice
# ShortName: N
# ChatColour: GRAY
# levelReq: 30
# Journeyman:
# Name: Journeyman
# ShortName: J
# ChatColour: GOLD
# levelReq: 60
# Master:
# Name: Master
# ShortName: M
# ChatColour: BLACK
# levelReq: 90
Titles: {}
snad je to vše
