Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

A Minecraft 1.21 Plugin to add/remove friends. This plugin is a display project to learn coding rather than a commercial project.

License

Notifications You must be signed in to change notification settings

Vahaz/social-friends-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

social-friends-plugin (1.21)

A plugin to allow a player to add / remove friends on Minecraft 1.21 using Plugins feature.

This plugin save player's friends and friends request into a "[player's UUID].yml" file in player_data directory. It also save player's last connection date. In game you can use various commands such as : /friends add | /friends

This plugin also use Bundle features, allowing to make Language files to translate plugin's messages.

Archived

This is my first public plugin, this serves more of a display project rathen than a commercial project. Use this plugin at your own risk, you might encounter bugs.

Permission

Permission Node Default Description
social.friends Everyone Allows use of all Social-Friends commands.

Commands

Commands Description
/friends add Send a friend request to a player.
/friends remove Remove a friend.
/friends accept Accept a friend request, if it exist.
/friends deny Deny a friend request, if it exist.
/friends list Show all player's friends with the last time they log in.
/friends Show the list of all commands.

Tools

Tools used to make and test this plugin: Java IDE 'IntelliJ IDEA Community Edition' by JetBrains, Maven, Spigot, Minecraft and MultiMC.

About

A Minecraft 1.21 Plugin to add/remove friends. This plugin is a display project to learn coding rather than a commercial project.

Topics

Resources

License

Stars

Watchers

Forks

Languages