-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
154 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Commands | ||
|
||
* Permission: `axsellwands.admin` | ||
|
||
|-|-| | ||
| Command | Description | | ||
| /axquestboard reload | Reload plugin | | ||
| /axquestboard give \<player> \<sellwand> [amount] | List commands | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Configuration | ||
|
||
## config.yml | ||
|
||
### stacking-mode (default: 1) | ||
|
||
* 0 - disallow stacking | ||
* 1 - add durability of 2 sell wands together | ||
* 2 - ignore, not recommended | ||
|
||
### number-formatting.mode (default: 0) | ||
|
||
* 0 - formatted (customizable, look at the formatted part) | ||
* 1 - short (1K) | ||
* 2 - raw (1000.4242421412) | ||
|
||
### number-formatting.formatted (default: #,###.##) | ||
|
||
* https://docs.oracle.com/javase/tutorial/i18n/format/decimalFormat.html | ||
|
||
### number-formatting.short (default: en_US) | ||
|
||
* format: language_COUNTRY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Developer API | ||
|
||
<tabs> | ||
|
||
<tab title="Gradle"> | ||
|
||
Add the following to your **repositories** section: | ||
```groovy | ||
maven { url 'https://repo.artillex-studios.com/releases/' } | ||
``` | ||
|
||
Add the dependency to your **dependencies** section: | ||
|
||
```groovy | ||
compileOnly("com.artillexstudios:AxSellwands:CHANGE-THIS") | ||
``` | ||
</tab> | ||
|
||
<tab title="Maven"> | ||
|
||
Add the following to your **repositories** section: | ||
```xml | ||
<repository> | ||
<id>Artillex-Studios</id> | ||
<url>https://repo.artillex-studios.com/releases/</url> | ||
</repository> | ||
``` | ||
|
||
Add the following to your **dependencies** section: | ||
|
||
```xml | ||
<dependency> | ||
<groupId>com.artillexstudios</groupId> | ||
<artifactId>AxSellwands</artifactId> | ||
<version>CHANGE-THIS</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
``` | ||
</tab> | ||
</tabs> | ||
<p>Replace <b>CHANGE-THIS</b> to the latest version: <a href="https://repo.artillex-studios.com/#/releases/com/artillexstudios/AxSellwands"><img src="https://repo.artillex-studios.com/api/badge/latest/releases/com/artillexstudios/AxSellwands?color=40c14a&amp;name=AxSellwands" alt=""/></a></p> | ||
|
||
## API Usage | ||
|
||
Don't forget to add AxSellwands to your plugin's plugin.yml, like this: | ||
```yaml | ||
depend: | ||
- AxSellwands | ||
``` | ||
or: | ||
```yaml | ||
softdepend: | ||
- AxSellwands | ||
``` | ||
### Events: | ||
|-|-| | ||
| Event | Description | | ||
| AxSellwandsSellEvent | Called when a sell wand is used to sell items | | ||
Other: Use the static methods in the `com.artillexstudios.axsellwands.HookManager` class to register a new protection/currency/price hooks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Supported Plugins | ||
|
||
### Protection: | ||
* BentoBox | ||
* GriefPrevention | ||
* IridiumSkyBlock | ||
* KingdomsX | ||
* SuperiorSkyblock2 | ||
* Lands | ||
* WorldGuard | ||
|
||
### Economy: | ||
* Vault | ||
* PlayerPoints | ||
* CoinsEngine | ||
* RoyaleEconomy | ||
|
||
### Price provider: (you can use these instead of the builtin one) | ||
* AxGens | ||
* ShopGuiPlus | ||
* Essentials | ||
* EconomyShopGUI | ||
* CMI | ||
|
||
> Is there a plugin that isn't supported? Open a ticket on our discord: | ||
<font color="#1f67ff">[dc.artillex-studios.com](https://dc.artillex-studios.com/)</font> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# AxSellwands | ||
|
||
> This plugin has not released yet, some things are subject to change! | ||
{style="warning"} | ||
|
||
* A feature rich sell wand plugin with a simple configuration. | ||
|
||
### Features: | ||
- Ability to inspect price of container by left clicking | ||
- Easy to configure (less than 100 lines of config) | ||
- It is possible to add an unlimited number of sell wands | ||
- Sell wand sell multipliers | ||
- Unbreakable sell wands | ||
- Sell holograms (no extra plugins required) | ||
- Sellwand cooldowns | ||
- Optional builtin price system | ||
- Sellwand merging option | ||
- Customizable number formatting | ||
- Allow or disallow certain container types from being sold | ||
- Sell particles, sounds |