Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

16 total results found

Plugin Documentation

MissionPouches

MysticalQuests

MysticalShop

Commands & Permissions

MissionPouches

MissionPouches has a variety of commands and permissions, allowing you to give pouches to your players, list available expansions, reload the plugin and more. Note: <> are mandatory arguments, and [] are optional arguments. /missionpouches: Root comman...

Creating a Pouch

MissionPouches

Creating a pouch is relatively simple once you understand the configuration. This is a full example pouch configuration file: name: Example weight: 0.1 lockedItem: material: DIAMOND_BLOCK name: '<red><bold>Example Pouch' lore: - '<gray>Brea...

Built-in Actions

MissionPouches

Actions allow you to define a variety of things to run whenever a pouch gets redeemed. Actions support PlaceholderAPI and has 2 built-in placeholders: %player% - Replaced with the player name. {random:<min>-<max>} - Replaced with a random number between t...

Built-in Mission Types

MissionPouches

MissionPouches comes with a few built-in mission types. BLOCK_BREAK This mission type fires when a block is broken. Parameters: blocks: List of blocks that count towards the mission. If not specified, any block will count. BLOCK_PLACE Thi...

Developer API

MissionPouches

Repository Information Maven: <repository> <id>mysticalkingdoms-public</id> <url>https://nexus.mysticalkingdoms.com/repository/public/</url> </repository> Gradle: maven { url = uri('https://nexus.mysticalkingdoms.com/repository/publ...

Commands & Permissions

MysticalQuests

MysticalQuests has very few commands and permissions. The plugin is mostly configured through the files. Note: <> are mandatory arguments, and [] are optional arguments. /quests: Root command. Will ask for arguments. open <category>: Open the catego...

Creating a Category

MysticalQuests

Creating a quest category is relatively simple once you understand the configuration. This is a full example quest category configuration file: name: Weekly refreshTime: 604800 questsAmount: 1 quests: '1': weight: 1.0 stages: '1': ...

Built-in Actions

MysticalQuests

Actions allow you to define a variety of things to run whenever a quest gets completed. Actions support PlaceholderAPI and has 2 built-in placeholders: %player% - Replaced with the player name. {random:<min>-<max>} - Replaced with a random number between ...

Built-in Quest Types

MysticalQuests

MysticalQuests comes with a few built-in mission types. BLOCK_BREAK This quest type fires when a block is broken. Placeholders: %block%: Block that is broken. BLOCK_PLACE This quest type fires when a block is placed. Parameters: %bloc...

Developer API

MysticalQuests

Repository Information Maven: <repository> <id>mysticalkingdoms-public</id> <url>https://nexus.mysticalkingdoms.com/repository/public/</url> </repository> <dependency> <groupId>com.mysticalkingdoms</groupId> <artifactId>mysticalquests-api...

Commands & Permissions

MysticalShop

MysticalShop has very few commands and permissions. The plugin is mostly configured through the files. Note: <> are mandatory arguments, and [] are optional arguments. /mysticalshop: Root command. Will ask for arguments. refresh <shop>: Refresh a sp...

Create a Shop

MysticalShop

Creating a shop is relatively simple once you understand the configuration. This is a full example shop configuration file: settings: key: Example command: coinshop economy: VAULT refreshTime: 180 persistent: false unique: true invento...