Skip to content

Commit

Permalink
Update to plugin.yml since some soft dependencies were missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbluer committed Apr 28, 2024
1 parent 036a178 commit 06eeec3
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docs/changelog_v3.3.x.md
Expand Up @@ -17,6 +17,9 @@ These change logs represent the work that has been going on within prison.
# 3.3.0-alpha.17 2024-04-27


* **Update to plugin.yml since some soft dependencies were missing.**


* **Economies: fixed the display of too many economy related messages, including eliminating logging of messages for offline players.**
The vault economy check for offline players, will now only show one informational message if a player is not setup in the economy.

Expand Down
57 changes: 52 additions & 5 deletions prison-spigot/src/main/resources/plugin.yml
@@ -1,13 +1,60 @@
name: Prison
---
main: tech.mcprison.prison.spigot.SpigotPrison
version: "${version}"
name: Prison
version: ${version}
description: Prison is an all-in-one plugin for the Minecraft prison game mode.
website: https://prison.jar-mc.com
softdepend: [Essentials, Vault, ProtocolLib, LuckPerms, WorldEdit, WorldGuard, Multiverse-Core, Multiworld, MVdWPlaceholderAPI, PlaceholderAPI, PermissionsEx, GroupManagerX, GemsEconomy, TokenEnchant, CMI, CMILib, CMIEInjector, CMIPaperLib, Economy_CMI, mcMMO, PlotSquared, Multiverse, FastAsyncWorldEdit, ExaltedEconomy]

# Older versions than 1.13 will ignore this, but this will allow 1.13 and up to use newer block types?
api-version: 1.13

author: RoyalBlueRanger
authors:
- RoyalBlueRanger
- AnonymousGCA (GABRYCA)
- Madog24
- SirFaizdat (creator)
- Perksey
- Norbik1004
- ValdemarF
- Camouflage100
- GladiatorMC
prefix: Prison
softdepend:
- Essentials
- EssentialsX
- Vault
- ProtocolLib
- LuckPerms
- WorldEdit
- WorldGuard
- Multiverse-Core
- Multiworld
- MVdWPlaceholderAPI
- PlaceholderAPI
- Multiverse
- FastAsyncWorldEdit
- PermissionsEx
- GroupManagerX
- GemsEconomy
- TokenEnchant
- CMI
- CMILib
- CMIEInjector
- CMIPaperLib
- Economy_CMI
- mcMMO
- PlotSquared
- AnimatedScoreboard
- ViaRewind
- Citizens
- OldCombatMMechanics
- ShopGUIPlus
- EliteMobs
- CombatLogX
- ExaltedEconomy
- CoinsEngineEconomy
- SaneEconomy
- EdPrison

# ======================================================
# New commands compatible only with spigot
# ======================================================
Expand Down

0 comments on commit 06eeec3

Please sign in to comment.