Spigot Plugin Development - 10 - Spawn Plugin

preview_player
Показать описание


Want to Support the Channel?

My Socials:

Timestamps by D1TZ:
0:00 Intro
0:13 What we are going to code in this video
2:00 Structuring the project
2:45 Coding the SetSpawn command
12:15 Coding the spawn command
15:40 Testing the spawn command
16:30 Coding so the player spawns when it died or joined
19:20 Testing the listeners
20:05 Outro, Join the Discord server for free Tech Support

More Videos coming soon.
Leave a comment for any future video suggestions.
Рекомендации по теме
Комментарии
Автор

idk, this series just is helping me a lot! ty for existing!

Neeky
Автор

good luck, i love video when i watch you .!

nguyentruong
Автор

damn bro usually its yearly uploads from you. Good shit.

Ecks
Автор

I havent even watched the video but i made it myself!!
I really like your tutorials!
Thank you! :)

wolfmine
Автор

I have started to learn developing Minecraft server plugins since a week ago using this Spigot Plugin Development playlist. Thank you for your nice video.

nyan
Автор

Thank You so much! you helped me a lot! your tutorials are great! also, you have a nice voice.

YelxLight
Автор

You should have done a way to set the time after which the player gets teleported and also if the player has a respawn point then it wont teleport him to the spawn

torobolin
Автор

Wouldn't it be easier to set the plugin instance in you main file and import it into the others?
Thanks for the answers in advance.

Shazam
Автор

hey i get after the reactions from the /setspawn and /spawn command i get a reaction with /spawn how do i fix this?

levelmc
Автор

bro, the problem with the config is still relevant, can you tell me how to fix it? or throw a link to the video?

_a_k_u_l_k_a_
Автор

My server said "Error occurred while enabling SpawnPlugin v1.0-SNAPSHOT (Is it up to date?)" Do you know what the problem might be?

matejmrazik
Автор

why not just set the vanilla minecraft spawn point?

jojjjo
Автор

can u make a plugin which teleports the player back to the last location they logged off at

itzmqximingame
Автор

It didn't work for me at first. So I removed the save instructions inside main and added this directly in the onCommand function:
FileConfiguration config = plugin.getConfig();

config.set("spawn", location);
plugin.saveConfig();

filippomonteleone
Автор

Is system out like depreciated or something? It makes me use a different method for 1.20.4 plugins I am trying to make, I don’t have an issue bc ai figured it out within .2sec but confused why system out doesn’t work for me my mc server doesn’t like it either

daswiney
Автор

Yo, could you possibly make a video on how to switch all this into kotlin? I know the basics of both java and kotlin, but dont really know what to change and where in the code. It would be awesome if you did an example listener, command, using a dependency (like protocollib).
You dont have to continue the series in kotlin, just a side tutorial for those folks who wants to. There is only a single forum post on the spigot website that describes this, would be awesome to see it on a video.

I am asking for I’ve heard that kotlin is much better for the modern day use, and since it interops with java it can be used for plugin development, hence I want to try it.

realmemebox
Автор

Hey, do you know why it doesn't work on 1.8.8? What do I have to change?


Location location =

orepton
Автор

yo i have question, when i restart server and use /spawn its says i didnt set spawn, but in config i have spawn cords and world. Can you help me?

mlodyozzy
Автор

Is the ability to save data into config.yml a function of the newer versions?

danil_
Автор

How can I make this plugin to work on version 1.8.8 minecraft?

Baitermin