Informations Island World Challenges is an add-on for
IslandWorld plugin. Its adding ability to add challenges into your skyblock server.
Requirements Plugin needs only
IslandWorld plugin.
Installation Copy plugin .jar file into your plugin folder. That's all !
Commands By default command is named /challenges and have few subcommands to list, or complete challenges, you can change default command and subcommands into your language in configuration file. You can also translate all messages.
Permissions
/challenges - noperm - show plugin usage
/challenges list - islandworld.challenges.list - list available challenges
/challenges listrewards - islandworld.challenges.list - command useful only if gui is enabled. Shows rewards from available challenges.
/challenges info <id> - islandworld.challenges.info - show info about specified chalenge
/challenges complete <id> - islandworld.challenges.complete - complete challenge, check for required items and give rewards.
/challenges all - islandworld.challenges.all - give reward for completing all challenges
If you have achievements enabled you can use commands:
/challenges achievements - islandworld.challenges.achievements - show available achivements
Challenges Do not change
challenges_default.xml since plugin write new version on every start on disc. If you need own challenges add it into file
challenges_custom.xml You can decide which file will be loaded using
load-default and
load-custom config nodes.
Challenges Order You can decide if players can finish any challenge in any order, or using
challenges-order config option you can enable order force. So player need to finish 1st to finish 2 etc.
GUI You can enable inventory-gui using config option
use-gui
Rewards You can set rewards per challenge - player will got items for finishing challenge. You can also set global reward for completing every challenge. Reward can be item, or money (you need to have Vault plugin installed)
Configuration After first run plugin will save configuration. You can change it you want, here you have descriptions of all configuration nodes:
# Default config
# Debug
debug: false
# Language
language: en
# Use economy for rewards ?
# Note: Vault must be installed
use-economy: false
# Use GUI ?
use-gui: false
# If plugin should load default challenges?
# challenges_default.xml
# Do not add own challenges into that file, since its
# overriden on every plugin start !
load-default: true
# If plugin should load custom challenges?
# challenges_custom.xml
load-custom: false
# If true player can complete challenges only if IslandWorld
# Its needed if you have separated worlds/inventories
only-islandworld: true
# Clear player completed challenges if he deletes island
delete-challenges: true
# List of challenges should skip already completed ?
# Otherwise it will print number of challenge:
# Green if completed, Red if not completed yet
skip-completed: false
# If true players need to finish challenges in order
# They need to have finished 1,2,3 to finish 4
challenges-order: false
# How much slots should have inventory ?
per-page: 27
# Use achievements system ?
use-achievements: true
# Ability to create/use signs with first line [challenge]
use-signs: true
# Enable tab completer?
tab-completer: true
# Reward for completing all challenges, set to 'none' to disable
# You can run any console command, use %name% for player name, separate commands with ;
all-reward: 'none'
# Custom names for commands
custom:
cmd: zadania
list: lista
listrewards: nagrody
info: info
complete: wykonaj
achievements: dokonania
finish: zakoncz
all: komplet