Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
BenceX100 committed Mar 31, 2024
1 parent cca27e8 commit 4fe5f9c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Writerside/hi.tree
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@
</toc-element>
<toc-element topic="AxSumo.md">
<toc-element topic="AxSumo-Commands.md"/>
<toc-element topic="AxSumo-Time.md"/>
<toc-element topic="AxSumo-Placeholders.md"/>
<toc-element topic="AxSumo-Time.md"/>
<toc-element topic="AxSumo-Supported-Plugins.md"/>
<toc-element topic="AxSumo-Configuration.md"/>
</toc-element>
</instance-profile>
9 changes: 9 additions & 0 deletions Writerside/topics/AxSumo-Supported-Plugins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Supported Plugins

## Other Hooks
* PlaceholderAPI
* BattlePass: (1 quest type)
* axsumo-win

> 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>
18 changes: 17 additions & 1 deletion Writerside/topics/Triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Explanation:
* Extra: if you set this value in the config, the trigger will only increase the score when it equals to the called trigger
* Score: how much progress does this trigger add at once?

## Builtin Triggers
| Trigger | Extra | Description | Score |
|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------|-------------------------------|
| ADVANCEMENT_COMPLETED | --- | When the player completes an advancement | 1 |
Expand Down Expand Up @@ -62,4 +63,19 @@ Explanation:
| TARGET_PLAYER | [The type of the targeting entity](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html) | When the player gets targeted by an entity | 1 |
| TELEPORT | [The cause of the teleport](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/player/PlayerTeleportEvent.TeleportCause.html) | When the player teleports | 1 |
| WALK | --- | When the player walks | Distance in blocks |
| WORLD_CHANGE | The name of the new world | When the player changes world | 1 |
| WORLD_CHANGE | The name of the new world | When the player changes world | 1 |

## Supported Plugin Triggers
| Required Plugin | Trigger | Extra | Description | Score |
|:----------------|:------------------------|-----------------------------------------------------------------------------------------------|--------------------------------------------------|------------------------------|
| AxKoth | AXKOTH:WIN | The name of the koth | When the player wins a koth event | 1 |
| AxKoth | AXKOTH:GAIN | The name of the koth | When the player is capturing a koth for a second | 1 |
| BattlePass | BATTLEPASS:TIERUP | --- | When the player reaches a new tier | 1 |
| BattlePass | BATTLEPASS:PROGRESS | The name of the quest | When the player progresses in a quest | The amount of added progress |
| ExcellentCrates | EXCELLENTCRATES:OPEN | The id of the crate | When the player opens a create | 1 |
| ShopGuiPlus | SHOPGUIPLUS:SELL | [The material of the item](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html) | When the player sells items | The price |
| ShopGuiPlus | SHOPGUIPLUS:SELL_AMOUNT | [The material of the item](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html) | When the player sells items | The amount of items sold |
| ShopGuiPlus | SHOPGUIPLUS:BUY | [The material of the item](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html) | When the player buys items | The price |
| ShopGuiPlus | SHOPGUIPLUS:BUY_AMOUNT | [The material of the item](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html) | When the player buys items | The amount of items bought |
| CrazyVouchers | CRAZYVOUCHERS:REDEEM | The name of the voucher | When the player redeems a voucher | 1 |
* Note: if the trigger name has a : in it, you must place it in a ""

0 comments on commit 4fe5f9c

Please sign in to comment.