Перейти к содержимому
Mineforgian

Fischy Friends

Server-local Friends API for use in other mods

Загрузки
1K
Подписчики
2
Обновлён
19 января 2025 г.
Лицензия
MIT

Опубликован 15 августа 2024 г.

This mod is a library for other server-side mods managing friend relationships.

This project is in beta, so if you find any bugs, please report them. (The mod is server-side only and doesn't even initialise on clients!)

Included is the /friend command with

  • /friend add|remove <player>
  • /friend list
  • /friend requests add|remove|cancel <player>
  • /friend requests list

Ченджлог

1.1.0Релиз1.21.4 · 19 января 2025 г.

API

  • Added a new entrypoint fischy_friends requiring the FischyFriendsEntrypoint interface. This entrypoint will be called when Fischy Friends is fully initialised. Which will be at some point during the SERVER_STARTED event
  • FischyFriends.getAPI is now deprecated for public use

This release has no user-facing changes

1.0.1Релиз1.21.4 · 2 января 2025 г.

UI

  • The [-] (remove friend) button in /friends list is now blue to stick out more against the list

API

  • Fixed /friends remove (and FriendsAPI#removeFriendship)
  • Fixed an API issue, where FriendRequestManager#addFriendRequest would actually add a friendship instead of a request
1.0.0Бета1.21.2, 1.21.3, 1.21.4 · 23 декабря 2024 г.

Same as the old release, but now supports all 1.21 versions

1.0.0Бета1.21, 1.21.1 · 15 августа 2024 г.

Initial Release

Комментарии

Загружаем…