Description:
The plugin supports up to
18 mission types:
If there are more than 45 missions, additional buttons will appear to change pages.
It has a GUI to edit/create missions directly in game:
You can change the following settings:
Spoiler: config.yml
Code (YAML):
databases :
backend
: sqlite
host
: localhost
port
: 3306
database
: database
username
: root
password
: password
language
: EN
alias
: 'null'
default-gui-category
: false
gui :
size-rows
: 4
player-head-enable
: true
max-mission-active
: 3
hide-complete-mission
: false
hide-lock-mission
: false
fill :
enable
: true
item
: BLACK_STAINED_GLASS_PANE
item :
lock
: STRUCTURE_VOID
complete
:
none
mission-complete-sound
: ENTITY_PLAYER_LEVELUP
symbols :
complete
: ✓
active
: ▶
updates :
check-update
: true
notify-chat-op
: false
auto-update
: true
remove-old-version
: true
Spoiler: quests.yml
Mission example:
Code (Text):
quests:
type_break:
enable: true
unlockmission:
- type_kill
display:
item: IRON_PICKAXE
title: '&aMission type break'
unlockmission: none
lore:
- '&eProgression:'
- '&fBreak stone: %progress1%'
- '&fPlace glass: %progress2%'
- ''
- '&eRewards:'
- '&d1 Diamond and 100$'
rewards:
message:
- '&6Rewards:'
- '&d1 Diamond and 100$'
commands:
- give %player% diamond 1
- eco give %player% 100
mission:
'1':
type: break
object: STONE
amount: 5
'2':
type: place
object: GLASS
amount: 8
type_kill:
enable: true
unlockmission: none
display:
item: IRON_SWORD
title: '&aMission type kill and craft'
unlockmission:
- type_break
lore:
- '&eProgression:'
- '&fKill zombie: %progress1%'
- '&fCraft sword: %progress2%'
- ''
- '&eRewards:'
- '&d1 Diamond and 100$'
rewards:
message:
- '&6Rewards:'
- '&d1 Diamond and 100$'
commands:
- give %player% diamond 1
- eco give %player% 100
mission:
'1':
type: kill
object: ZOMBIE
amount: 3
'2':
type: craft
obkect: DIAMOND_SWORD
amount: 1
If you need support or want to suggest improvements, do not hesitate to contact us on Discord, we will be happy to listen to you and assist you in the best way.
We are new to plugin development and hope to provide the best gaming experience to players. The plugin is just beginning and will have many additions and additions over time.
❤️If you enjoyed the plugin we would be happy if you left a review❤️