Project Guns is a Test Project for learning Minecraft Plugins
This is a test plugin, meaning I don't really intend it for the public use, the "Mini Plugin" series is for me to play around in both Spigot and Github. Though, feel free to download and test my Plugins! Even if it isn't intended for public use
-
Java 17 ☕
-
Minecraft 1.18.1👀
-
Create A Server
-
Download Spigot
-
Make a new folder
-
Paste and rename the Spigot file to
spigot.jar
-
Make a new text file and paste in
@echo off java -Xms3G -Xmx3G -jar spigot.jar -nogui pause
-
Save as start.bat and open it
-
Open the newly created file
eula.txt
and change eula to true -
Run start.bat again
-
-
Download the jar file
-
Paste the jar file into the
plugins
Folder -
Run start.bat one more time
The Plugin, as I already stated isn't really for public use I just made it to train my skills a Git.
The Player will be given a command to weaponize certain Tools with certain Projectiles.
-
Diamond Hoe launches Fireballs
-
Iron Hoe launches XP Bottles
-
Diamond Shovel launches Ender Pearls
-
Iron Shovel launches Snowballs
-
Diamond Sword launches Tridents
-
Iron Sword launches Arrows
Type /w
to weaponize all the Tools
You can also specify which one you'd like to weaponize, for example /w iron_shovel
Here's a list of all the specific tool arguments:
-
diamond_hoe
-
iron_hoe
-
diamond_shovel
-
iron_shovel
-
diamond_sword
-
iron_sword
You can also use /w rm
to de-weaponize all tools
This project is actually a challenge from This Course on Udemy made by Stephen King, all credit for the initial idea goes to him, although I've added some extra features myself.