I just wanted to say thank you for all the content you upload, it really helps me learn Spigot, and your channel is the one I always look at first when I need help with something, as I know you will provide with quality explanation! Keep up the great work
@KodySimpson5 жыл бұрын
Hey thanks for joining the channel as a supporter! I appreciate all the support and will be releasing new videos soon
@Xenerus5 жыл бұрын
Merry Christmas 👍🏼
@KodySimpson5 жыл бұрын
Merry Christmas!!
@looiangcheng5001 Жыл бұрын
where is the part 7?
@Silencez5 жыл бұрын
bit off topic can you show us how to add a long term delay e.g 15mins to a task and then after that to run something else such as a command
@LeAlexo5 жыл бұрын
The really easy way to create medium term commands is probably just a bukkit runnable. The main downside is that it won't keep memory of your timer if you reload/restart/if the server crashes, which is bad if you absolutely need for it to stick regardless or what happens to the plugin (Example if you mute someone, even if the server crashes you want the plugin to remember it has to unmute player X after Y amount of time. But just for a 15 minute deal, bukkit runnables are your best bet
@DapperNurd5 жыл бұрын
Could you make a tutorial on books and how to have like a command in the book you can click on
@super_youtuber29435 жыл бұрын
could you make a video on how to make a tempban gui. i want to be able to do /tempban (player) and have a custom gui pop up for how long to ban the player.
@LeAlexo5 жыл бұрын
I'd recommend you learn how to make a chest GUI, it's really not that hard! You just create an inventory, put ItemStacks in, then you can use a listener to know when a player has clicked something in the inventory, verify he clicked the right item, and then run whatever code you need!
@SlipperySpelunky5 жыл бұрын
I recommend making a GUI that does everything you can do in the config.yml file.
@KodySimpson5 жыл бұрын
Wdym
@SlipperySpelunky5 жыл бұрын
@@KodySimpson Like instead of a config.yml file, you can make a Minecraft GUI that allows you to input the Mongo credentials.
@KodySimpson5 жыл бұрын
@@SlipperySpelunky eh that seems a little silly imo. thanks for the idea though
@ambrosia50645 жыл бұрын
That's a complete waste of time.
@SlipperySpelunky5 жыл бұрын
@@ambrosia5064 You should check outwww.spigotmc.org/resources/ultra-permissions.42678/ and www.spigotmc.org/resources/ultra-customizer.49330/ then
@EseaGhost5 жыл бұрын
first AF hohohohohohohohohoho
@KodySimpson5 жыл бұрын
Merry Christmas!!
@dominocoding5 жыл бұрын
Do a spigot tutorial that you shows in how to make a random command. Like : /bet It says 50% You won And maybe it will say 50% You lose 50% it will say that, and 50% it will say something else. If it's possible, do a tutorial for it. please.
@KodySimpson5 жыл бұрын
Good idea
@LeAlexo5 жыл бұрын
all you have to do is use Math.random, like seriously the tutorial you are asking for is three lines long taking into consideration you know how to create a blank command to begin with
@dominocoding5 жыл бұрын
@@LeAlexo with respect, not just because you know something people shouldn't learn it with a reason "it's so easy, everyone know it", I asked for this because I don't know how, and I want to know, and I have the full rights to ask, otherwise you have nothing to argue about, topic closed.
@dominocoding5 жыл бұрын
@@LeAlexo what do you think about someone argued with people for 2 years.
@LeAlexo5 жыл бұрын
iiH7oussaM_ Gaming I don’t understand your second comment so I’ll answer to the first one: If you want to become a programmer, you need to be able to search things by yourself, and not be spoonfed everything. Step 1: Watch a Kody Simpson tutorial on how to register a command. (10 minutes learn) Step 2: Learn how to make an if/else statement (3 minutes learn) Step 3: Search on google "how to make a 50/50 random in Java" (5 minutes learn) Your comment is from over a month ago, you could have saved a full month just by doing those 3 steps, why wait for a KZbinr to spoodfeed you the code, knowing that you won’t learn anything if you just copy and paste, instead of taking 20 minutes of your time to learn it on Google? I’m trying to help you become a developer right here, not trying to insult you, learning to properly google with increase your productivity by a million percent