Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements for standalone capabilities #85

Open
18 tasks
Thatsmusic99 opened this issue Aug 20, 2022 · 2 comments
Open
18 tasks

Requirements for standalone capabilities #85

Thatsmusic99 opened this issue Aug 20, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@Thatsmusic99
Copy link
Collaborator

In the future, we are looking to get AT ported to other platforms. This is so that the plugin can cover proxies like Bungeecord and Velocity easily, as well as see itself being used as a mod on Fabric and Forge. The platform I hope to introduce this on is Modrinth, with an additional attempt to move away from SpigotMC. However, a lot of work does need to go into this to make it a success and not just some hacked-together mess.

The branch for this will be created once v5.7 is complete so it does not interfere with existing priorities, and the code is fully up to date.

Required Wrappers

  • Location
  • Command
  • Event
  • Command sources (players, console, etc.)
  • Timers
  • World

API to move away from Bukkit

  • ATPlayer
  • AdvancedTeleportAPI (v5.7)
  • Home
  • NamedLocation
  • TeleportRequest
  • Warp

Core code to move away from Bukkit

  • Data folders
  • Spawn Configuration
  • Permission Management (the configuration depends on this)
  • GUIs? Crap, I didn't think of that
  • SQL Managers
  • ... the majority of it.
@Thatsmusic99 Thatsmusic99 pinned this issue Aug 20, 2022
@Thatsmusic99 Thatsmusic99 added the enhancement New feature or request label Aug 20, 2022
@kotori2
Copy link

kotori2 commented Feb 28, 2024

Thanks for the great work! I'm looking for the Fabric support, just wondering if there is any updates for this?

@Thatsmusic99
Copy link
Collaborator Author

Hi there, I'm afraid not, and I'm doubtful it'll come any time soon - there's still a lot that relies on Bukkit/Spigot related code, and effectively rewrite it again, which took a lot of energy out of me last time I did it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants