Skip to content

Likes 1.7.0

Compare
Choose a tag to compare
@BONNe BONNe released this 14 Oct 12:27
· 129 commits to master since this release
afc2700

The Likes addon allows for your server player to compete for top liked island status by creating great islands, and add dislikes for ugly islands. Players will be able to view who added likes/dislikes to their island and view top islands by like/dislike count. This is fun and social addon that rewards players for creating nice islands, instead of just competing for top block placed island.

But in reality, this addon is showing just who has the most friends or who is the worst player on the server.
This is the worst competitive social addon for BentoBox that can be added. Suggest to everyone.

Compatibility

✔️ BentoBox API 1.7.0
✔️ Minecraft 1.14.4

Changelog

Legend

🔡 locale files may need to be regenerated or updated.
⚙️ config options have been removed, renamed or added.
🔺 special attention needed.

New Features

  • Ability to add Likes and Dislikes via in-game GUI
  • View Likes and Dislikes added to an island
  • View top players by likes, dislikes or rank.
  • Admin ability to edit everything via GUI
    • Add and remove like or dislike from the island
    • Edit addon settings
    • Manage cost for adding/removing like and dislike.
  • Change icon to player in Top GUI.
  • 6 player placeholders:
    • %[gamemode]_likes_addon_island_likes_count% - Count of likes that are set to player island
    • %[gamemode]_likes_addon_island_likes_place% - Island place by likes count
    • %[gamemode]_likes_addon_island_dislikes_count% - Count of dislikes that are set to player island
    • %[gamemode]_likes_addon_island_dislikes_place% - Island place by dislikes count
    • %[gamemode]_likes_addon_island_rank_count% - Rank number (likes - dislikes) that are set to player island
    • %[gamemode]_likes_addon_island_rank_place% - Island place by rank
  • 9 top X placeholders:
    • %[gamemode]_likes_addon_top_likes_owner_name_X% - Island owner name who are in place X by likes
    • %[gamemode]_likes_addon_top_likes_island_name_X% - Island name which are in place X by likes
    • %[gamemode]_likes_addon_top_likes_count_X% - Count of likes for island that are in place X by likes
    • %[gamemode]_likes_addon_top_dislikes_owner_name_X% - Island owner name who are in place X by dislikes
    • %[gamemode]_likes_addon_top_dislikes_island_name_X% - Island name which are in place X by dislikes
    • %[gamemode]_likes_addon_top_dislikes_count_X% - Count of dislikes for island that are in place X by dislikes
    • %[gamemode]_likes_addon_top_rank_owner_name_X% - Island owner name who are in place X by rank
    • %[gamemode]_likes_addon_top_rank_island_name_X% - Island name which are in place X by rank
    • %[gamemode]_likes_addon_top_rank_count_X% - Rank value for island that are in place X by rank
  • 2 request handlers:
    • island-likes - returns complete information about a player island.
    • top-ten-likes - returns top ten islands by requested type.
  • 4 events:
    • LikeAddEvent - fired when a player adds his like from the island
    • LikeRemoveEvent - fired when a player removes his like from the island
    • DislikeAddEvent - fired when a player adds his dislike from the island
    • DislikeRemoveEvent - fired when a player removes his dislike from the island
  • Comes with English, Latvian and Japanese translations.