Alkaison / Spigot-Java-Plugins

Minecraft Server Plugins made on various different concepts & basis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spigot Java Plugins

Minecraft Server Plugins made on various different concepts & basis. All the plugins listed here are made by Alkaison

01. JoinLeaveMessages - Download

Sends custom message on player join & leave. Sends a unique message when a player joins the server for the first time.

Image:

JoinLeaveMessages Images

Default Config.yml:

# -------------------------------------
# JoinLeaveMessages Plugin config.yml
# -------------------------------------

# Player First Time joining message
first-time-join-message: "has just entered in the universe of Minecraft Servers!"

# Player Joining Message
join-message: "has joined our party!"

# Player leave message
leave-message: "will be coming back in a while"

02. LineCommands - Download

This plugin introduces the basics of the player commands, different functions & types of sender.

Commands with Alias:

  • /god (Alias: bhagwan) - makes the player invincible.

    • Permission: lc.god
  • /heal (Alias: recover) - fulls the player's heart.

    • Permission: lc.heal
  • /feed (Alias: food) - fulls the player's hunger bar.

    • Permission: lc.feed

Support

For personal project support, join our Discord Server here

MIT License - here

Copyright (c) 2022 Alkaison

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Minecraft Server Plugins made on various different concepts & basis.

License:MIT License


Languages

Language:Java 100.0%