Respawn Skript

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

RektLess

Feedback score
0
Posts
474
Reactions
175
Resources
0
One should NEVER choose skript as an alternative over Java. Skript is basically written in Java, there are just these people who can't learn and and rather chooses a simpler ways.

Me on the other hand, know Java and Bukkit.

"Never" lmao. It's all personal preference, If he wants a skript, so be it. And uh, I didn't ask if you knew about java or bukkit, So that's irrelevant.
 

Grrocks

Feedback score
0
Posts
228
Reactions
76
Resources
0
The thing about Skript is that it runs through java so its limitation is what the Skript devs have done. But for Java the limitations are Bukkit and Java which is much smaller how a limitation. Hope I went through that well.
 

Cloth

Developer
Supreme
Feedback score
20
Posts
212
Reactions
239
Resources
0
It's not irrelevant as long as it was a way for me to explain how lazy it is to use skript over Java.
I personally don't use Skript, but this is possibly one of the most arrogant comments I have ever read. o_O

Edit: TyTy2017 if your still interested the plugin I'd be more than happy to do it for you. Although as stated above, I don't use Skript.
 

Kurisu

Lab Member 004
Premium
Feedback score
3
Posts
46
Reactions
30
Resources
0
TyTy2017

Code:
on player respawn:
    execute console command "whitelist remove %player%"
    kick the player due to "&cYou died, you are no longer whitelisted!"
That should essentially work. Not sure if there is a certain effect to add/remove a player from a whitelist in skript itself.
Problem is the ugly console message, you can toggle it in game with "/gamerule sendCommandFeedback false" though.

And what's with all the hate towards skript?
Sure, coding in java is great, but what skript does is also pretty neat.
 
Last edited:

DamagedShadows

Supreme
Feedback score
0
Posts
943
Reactions
157
Resources
0
Code:
on death of player:
    execute console command "whitelist remove %victim%"
    kick the victim due to "&cYou died, you are no longer whitelisted!"
That should essentially work. Not sure if there is a certain effect to add/remove a player from a whitelist in skript itself.
Problem is the ugly console message, you can toggle it in game with "/gamerule sendCommandFeedback false" though.

And what's with all the hate towards skript?
Sure, coding in java is great, but what skript does is also pretty neat.

ppl just hate to hate
 

Kurisu

Lab Member 004
Premium
Feedback score
3
Posts
46
Reactions
30
Resources
0
One should NEVER choose skript as an alternative over Java. Skript is basically written in Java, there are just these people who can't learn and and rather chooses a simpler ways.

Me on the other hand, know Java and Bukkit.
You're making it seem like you're trying to say skript is worse because it's more efficient?
To me it seems like you're somewhat jealous because there is a way out there to achieve results near as good or in some cases even better than a "minecraft java plugin" using an easier method.

Don't mean to start a little flamewar or anything, but all the hate towards skript really upsets me.
 
Status
This thread has been locked.
Top