CSGO CRATES PLUGIN NEEDED

Status
This thread has been locked.

Rainy

Premium
Feedback score
4
Posts
963
Reactions
140
Resources
0
Hello im in need of a crate key plugin and when you open the chest it shows a gui with like the rolling csgo type crate plugin.

I currently have mystery crates which does not seem to want and work on my server so im looking for an alternative.

i was going to go with the custom crates one on spigot but it does not seem the paypal connect ed with it is working so it wont let me buy it unfortunately.

i was just wondering if anyone knew of any other good crate key csgo type plugins.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

XerisAU

Supreme
Feedback score
10
Posts
734
Reactions
389
Resources
0
Yes I made a spelling mistake which I plan on not making again. The difference Is he made the same mistake multiple times. I see why that guy booted you offline multiple times. You don't keep your mouth shut. You gonna carry taking the bait too???? :D[DOUBLEPOST=1455429482,1455429433][/DOUBLEPOST]This argument could have ended a long time ago if you babies stopped replying haha.
Alright mate.

1. You made multiple mistakes as did he.
2. How would you know about someone booting me off multiple times? Seems suspicious.
3. You have every opportunity to stop. So why don't you stop trying to argue when you've already lost.
 

MrDaGree

Freelance Programmer
Premium
Feedback score
0
Posts
103
Reactions
14
Resources
0
All of you stop and it will be done. Back to the topic on hand.
 

RockinMC

Feedback score
1
Posts
188
Reactions
67
Resources
0
Skript is fucking stupid, what happens if skript support is dropped and all of your "skripts" are useless? Skript is for those losers who can't and don't want to learn a proper coding language like java. There are also way more advantages when you code in java.
Code:
@EventHandler
    public void onClick(PlayerInteractEvent e) {
        Player p = e.getPlayer();
        World world = p.getWorld();
        if(e.getAction() == Action.RIGHT_CLICK_AIR) {
            if(p.getItemInHand().getType() == Material.GOLD_AXE) {
                world.strikeLightning(p.getEyeLocation());
                p.sendMessage(ChatColor.translateAlternateColorCodes('&', "&cYou are thor and this is not a skript"));
            }
        }
    }
Just look at how much more professional that is and how there's so many things you can do with that little piece of code. You skripters need to stop being so stubborn and accept the truth.
 

mrpetfreak

Feedback score
0
Posts
218
Reactions
66
Resources
0
Skript is fucking stupid, what happens if skript support is dropped and all of your "skripts" are useless? Skript is for those losers who can't and don't want to learn a proper coding language like java. There are also way more advantages when you code in java.
Code:
@EventHandler
    public void onClick(PlayerInteractEvent e) {
        Player p = e.getPlayer();
        World world = p.getWorld();
        if(e.getAction() == Action.RIGHT_CLICK_AIR) {
            if(p.getItemInHand().getType() == Material.GOLD_AXE) {
                world.strikeLightning(p.getEyeLocation());
                p.sendMessage(ChatColor.translateAlternateColorCodes('&', "&cYou are thor and this is not a skript"));
            }
        }
    }
Just look at how much more professional that is and how there's so many things you can do with that little piece of code. You skripters need to stop being so stubborn and accept the truth.

Ahm... sry?
If there would be enough reasons i would go and learn java. However there aren't enough reasons. It's much faster to use skript. How long does it take to code a simple silly command with your teamspeak ip with java? Oh and don't forget you need to open eclipse, open a new project, need a plugin.yml etc. But after 10 seconds the skript is successfully reloaded and works perfectly.

And don't call me a bad dev because I'm faster with making minecraft plugins. I'm experienced with web development, too. How can I be a stupid 12 year old shitty dev if I can code PHP?
 

Charlie

Developer & Designer
Supreme
Feedback score
1
Posts
950
Reactions
635
Resources
0
That's like me saying Java isn't real coding or anything besides binary isn't because it's all built off binary code.
Definition:
A programming language is a formal constructed language designed to communicate instructions to a machine.
-> Skript communicates to minecraft of which does something depending on the skript itself. By no means Skript is a programming language.[DOUBLEPOST=1455447744,1455447458][/DOUBLEPOST]
Ahm... sry?
If there would be enough reasons i would go and learn java. However there aren't enough reasons. It's much faster to use skript. How long does it take to code a simple silly command with your teamspeak ip with java? Oh and don't forget you need to open eclipse, open a new project, need a plugin.yml etc. But after 10 seconds the skript is successfully reloaded and works perfectly.

And don't call me a bad dev because I'm faster with making minecraft plugins. I'm experienced with web development, too. How can I be a stupid 12 year old shitty dev if I can code PHP?
Alright let me put it into perspective for you;
- Yes it may be faster however can you do anything with Skript without a minecraft instance or in your case a "server"? No you cannot, how about Java? Can you do anything outside minecraft? Yes you can. Infact without Java, Skript would not be around.
---> People choose to learn Skript over java because there brain cannot handle the complexity.

Furthermore, there are so many reasons to learn Java however most people as I said above cannot handle the complexity, they don't have the dedication & commitment, or they're too far up their own ass and don't know the definition of a programming language.
 

mrpetfreak

Feedback score
0
Posts
218
Reactions
66
Resources
0
Definition:
A programming language is a formal constructed language designed to communicate instructions to a machine.
-> Skript communicates to minecraft of which does something depending on the skript itself. By no means Skript is a programming language.[DOUBLEPOST=1455447744,1455447458][/DOUBLEPOST]
Alright let me put it into perspective for you;
- Yes it may be faster however can you do anything with Skript without a minecraft instance or in your case a "server"? No you cannot, how about Java? Can you do anything outside minecraft? Yes you can. Infact without Java, Skript would not be around.
---> People choose to learn Skript over java because there brain cannot handle the complexity.
I agree with everything you said except for the last sentence.
Oh and I didn't say i can't program with java or I can't learn it. I just don't have a reason do make minecraft plugins with it. I own a network which isn't made of only skripts. I have some devs who are working with java. And if they need my help with java, i don't have a problem to help them (Eclipse Saros).
 

Charlie

Developer & Designer
Supreme
Feedback score
1
Posts
950
Reactions
635
Resources
0
I agree with everything you said except for the last sentence.
Oh and I didn't say i can't program with java or I can't learn it. I just don't have a reason do make minecraft plugins with it. I own a network which isn't made of only skripts. I have some devs who are working with java. And if they need my help with java, i don't have a problem to help them (Eclipse Saros).
Alright you just contradicted yourself mate.
You say you don't know Java however you just said that if they need your help, you can help them.

Whats your networks IP may I ask?
 

mrpetfreak

Feedback score
0
Posts
218
Reactions
66
Resources
0
Alright you just contradicted yourself mate.
You say you don't know Java however you just said that if they need your help, you can help them.

Whats your networks IP may I ask?
I'll write it to you via pm.
 

Rainy

Premium
Feedback score
4
Posts
963
Reactions
140
Resources
0
Just checked 80+ reply's whats going on. also i got a crate plugin now.
 

minemidnight

Feedback score
0
Posts
70
Reactions
15
Resources
0
Just checked 80+ reply's whats going on. also i got a crate plugin now.
might wanna request a lock[DOUBLEPOST=1455462893,1455462753][/DOUBLEPOST]
Skript is fucking stupid, what happens if skript support is dropped and all of your "skripts" are useless? Skript is for those losers who can't and don't want to learn a proper coding language like java. There are also way more advantages when you code in java.
Code:
@EventHandler
    public void onClick(PlayerInteractEvent e) {
        Player p = e.getPlayer();
        World world = p.getWorld();
        if(e.getAction() == Action.RIGHT_CLICK_AIR) {
            if(p.getItemInHand().getType() == Material.GOLD_AXE) {
                world.strikeLightning(p.getEyeLocation());
                p.sendMessage(ChatColor.translateAlternateColorCodes('&', "&cYou are thor and this is not a skript"));
            }
        }
    }
Just look at how much more professional that is and how there's so many things you can do with that little piece of code. You skripters need to stop being so stubborn and accept the truth.
The truth of what? What do you mean support? There is a skript community actually wherein almost all the add on developers are so skript will always have new stuff, and the fact that there is a new skript version coming out sometime in the future which improves its performance
 
Status
This thread has been locked.
Top