Compatibility

Compatibility

Changes with version 0.4.0 are not reflected on this page, but will be added very soon. Most information is still valid, though.

The versions refer to the tested versions, if there is a new version of a compatible plugin, this will not mean it is not compatible. I do appreciate if you drop a message about compatibility/incompatibility with a certain version of one of the plugins.

Minecraft (CraftBukkit):

  • For CB 1.1-R5 use a version of admittance higher than 0.5.0 .
  • Minecraft RELEASE (...) All versions since Minecraft 1.0 to 1.1-R4 should work with admittance 0.4.2, i am running admittance 0.4.2 on CB 1940, currently.
  • Minecraft RELEASE 1.0.0-R1: admittance 0.3.6 (and above)
  • Minecraft BETA 1.8.1: admittance 0.3.3 (and above at least till 0.3.6)
  • Minecraft BETA 1.7.3: admittance 0.3.2 (and maybe above at least till 0.3.6)
  • General: this is an API-only project, so it does not reach into the CraftBukkit implementeation for the Bukkit-API. This means it will in general provide compatibility, unless the API is changed.

Economy:

  • Essentials (2.6.1)
  • iConomy5 (5.01)
  • iConomy6 (6.04b)
  • BOSEconomy (0.7.2)
  • MultiCurrency (0.11)
  • Vault (Only allows for one currency), linking to another economy plugin.
  • pluginlib (unreleased)
  • developers: You are free to implement the API/EconomyInterface and register it with API/Admittance. There is an abstract class asofold.admittance.interfaces.impl.economy.SimpleEconomy with auxiliary funtionality, documentation coming soon.

Protection:

  • WorldGuard (5.5 down to 5.2.2 tested, uses canBuild checks)
  • Being added since 0.5.0: Factions, checks similar to WorldGuard, but more strict.
  • for programmers: you are free to implement the API/CanTriggerInterface and register it with API/Admittance.

Party/Team:

  • mcMMO (since 1.0.50 tested)
  • Being added since 0.5.0: Factions, Heroes (Heroes: party name = leader name)
  • developers: you are free to implement the API/PartyInterface and register it with API/Admittance.

NOTES:

  • If you wish to use admittance with another plugin providing economy or team or protection support, just ask or create a ticket for having admittance updated to support it.
  • Programmers: if you intend to use the API to register an implementation of an interface, admittance versions up to 0.3.2 will not allow for configuration of which interfaces to accept or refuse, thus in case of conflicts with another compatible plugin being loaded aftter your plugin you might have to set the interface with a delay or write a fake plugin till 0.4.0 is out. If you have your own implementation or suggestions about the current implementation of compatibility interfaces, just leave a note here, or create a ticket, i might update admittance to use it.

Comments

Posts Quoted:
Reply
Clear All Quotes