Skip to content

Call your friends together quickly ! ----- A Minecraft Plugin form EusMC

License

Notifications You must be signed in to change notification settings

EusMC/EusRECALL

Repository files navigation

EusRECALL

· Introduction

Do you sometimes PVP or hold an activity in Minecraft? But it is a little difficult to teleport your players to your location. EusRECALL has solved this problem.

Server : Bukkit / Spigot / PaperSpigot 1.15.X [Continually Updated]

Depends : Vault

· Features

  1. Teleport Players to a fixed location.
  2. Players can accept your request by themselves.
  3. You can cancel your request when it doesn't end.
  4. You can customize some parameters. (config.yml)
  5. EusRECALL uses Apache2.0 License to open source.

· Command

  • /rc --- The main command in EusRECALL , you can call your players in this way . But it will cost your money , also it will set up a timer , when time is up , request will be closed , you can customize them in "Config.yml".By the way , don't type this command too many times , server won't let it start !

Timer Example

Bukkit.getScheduler().runTaskAsynchronously(this , new Runnable() {
       @Override
       public void run() {
       sender.sendMessage("§d§l[[RECALL]]: Starting the timer...");
       try {
            Thread.sleep(getConfig().getInt("RECALL.duration"));
            //RECALL.duration form config.yml
           } catch (InterruptedException e) {
           //Null
}

rc.PNG Timeout.PNG too many times.PNG

  • /rcaccept [PlayerName] --- Accept a player's "RECALL" request . But , please remember the [PlayerName]

rcaccept-pn.PNG rcaccept.PNG

  • /rccancel --- Cancel your request

rccancel.PNG

  • /rchelp --- Get EusRECALL help

rchelp.PNG

· Console

Every Commands can not be used in server console , but it will only write a log .

server-start.PNG

· Issues

If you find a bug in this plugin or make suggestions for this plugin, please feedback in Issues, thank you !

· Collaborators

  1. Leaves123 --- Code Check & Update
  2. ElaBosak233 --- Main Dev.

· License

Apache 2.0 License

https://github.com/ElaBosak233/EusRECALL

About

Call your friends together quickly ! ----- A Minecraft Plugin form EusMC

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages