[Skript] [Cheap] Pm_dragon's skripting services.

Status
This thread has been locked.

pm_dragon

Feedback score
0
Posts
371
Reactions
130
Resources
0
Who am I?

Hello! I am pm_dragon(also known as Ods). I have been creating Skripts for minecraft servers for about 2 years now and owned servers for more than 3. I enjoy skripting and spend 1-4 hours a day creating quality products.


What is skript?

You may have noticed that I spelt scripts with a k. Skript is an alternative to programing minecraft bukkit plugins in java. Skript is functional of doing 99% of what java can do but twice as fast and cheap. More information can be found on http://dev.bukkit.org/bukkit-plugins/skript


Experience


With skript I have been able to create entire plugin setups(100% skript) for servers and networks. I have created Destiny-Realm which is 80% coded with skript. I’ve made UHC.center an UHC network made 100% out of skript. You can join these servers and see for yourself.

I have also made a cs:go styled crate system as well as hundreds of other skripts that I can show if needed.

4KFAytN.gif
.


Pricing/Process

The process is simple.
  1. Add me on skype or pm me discussing your details
  2. I will give you an estimate on the price.
  3. You pay me 50% first.
  4. I skript it.
  5. I will show you the skript in process and make any adjustments if needed.
  6. You pay me the other 50%.

Pricing is difficult to say. Simplistic plugins with 1-10 commands will be free -$5. Full minigames will cost $10-$50 depending on complexity. Full servers and networks can cost $50-$200. These prices are not accurate, I will give you an accurate estimate if you contact “pm_dragon” on skype. I try to keep prices as cheap as possible.

I am giving away 2 vouch copies. Comment below.
My Skype is "pm_dragon"
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

pm_dragon

Feedback score
0
Posts
371
Reactions
130
Resources
0
I am giving away 2 vouch copies worth $5-$10. Just message me on skype or pm me.
 

Skionz

ogminecraft.com
Premium
Feedback score
1
Posts
1,544
Reactions
1,527
Resources
0
Skript is functional of doing 99% of what java can do but twice as fast
That is completely incorrect. I can think of so many things Skript cannot do and I can assure you that it is not two times faster, but a lot slower then raw Java.

As for the '99%' statistic, I would like to see the data you collected to come up with that.

With skript I have been able to create entire servers as well as networks. I have created Destiny-Realm which is 80% coded with skript. I’ve made UHC.center an UHC network made 100% out of skript. You can join these servers and see for yourself.
I highly doubt you were able to create a server with Skript. The documentation says nothing about a ServerSocket Skript equivalent.
 

pm_dragon

Feedback score
0
Posts
371
Reactions
130
Resources
0
That is completely incorrect. I can think of so many things Skript cannot do and I can assure you that it is not two times faster, but a lot slower then raw Java.

As for the '99%' statistic, I would like to see the data you collected to come up with that.


I highly doubt you were able to create a server with Skript. The documentation says nothing about a ServerSocket Skript equivalent.
There was a great forum post here http://dev.bukkit.org/bukkit-plugins/skript/forum/tutorials/59026-skript-vs-java/#posts
It's a bit outdated, but still get's to the point. As for skript not being able to do many things, you're wrong. Skript itself might not do so much, but people have made add ons such as Skquery, RandomSk, ExtraSk, etc. This add ons have doubled skripts abilities by 2.
 

Skionz

ogminecraft.com
Premium
Feedback score
1
Posts
1,544
Reactions
1,527
Resources
0
There was a great forum post here http://dev.bukkit.org/bukkit-plugins/skript/forum/tutorials/59026-skript-vs-java/#posts
It's a bit outdated, but still get's to the point. As for skript not being able to do many things, you're wrong. Skript itself might not do so much, but people have made add ons such as Skquery, RandomSk, ExtraSk, etc. This add ons have doubled skripts abilities by 2.
Take another look at the Java pros.
Java
Pros
  • Not dependent on spacing/tabs
  • Its more efficient
  • Everything in the Bukkit API can be used, and then some (net.minecraft.server)
And again, you said that Skript can do 99% of what Java can, but now you're changing that to include the 'add ons?' I also would like to see the data collected to come up with both of these statistics.

Skript is functional of doing 99% of what java can do
This add ons have doubled skripts abilities by 2.
 

pm_dragon

Feedback score
0
Posts
371
Reactions
130
Resources
0
Take another look at the Java pros.

And again, you said that Skript can do 99% of what Java can, but now you're changing that to include the 'add ons?' I also would like to see the data collected to come up with both of these statistics.
I know it's more efficient, I never said it was. And when people say skript, that usually means including addons too, just like when people say java(in minecraft plugins), that usually includes the bukkit api unless it's something else.
 

Skionz

ogminecraft.com
Premium
Feedback score
1
Posts
1,544
Reactions
1,527
Resources
0
I know it's more efficient, I never said it was. And when people say skript, that usually means including addons too, just like when people say java(in minecraft plugins), that usually includes the bukkit api unless it's something else.
Skript has to parse your file and interpret it. That is going to cut down on speed and there is no way of knowing that it's faster because Skript can't even produce benchmarks.
 

foxbot

Feedback score
0
Posts
8
Reactions
8
Resources
0
Skript is to Java as CoffeeScript is to JavaScript. Skript is no slower at runtime than Java is, as Skript is a markup language that is converted into Java at runtime. Don't call Java efficient. Ever. Because it straight up isn't.

Regarding speed, Skript is faster and safer than Java in the development process, for some cases. It takes me mere seconds to create a Skript file that sends someone a message upon executing a command, and the file size will be close to 2kb. It takes minutes to create a Java plugin that sends someone a message upon executing a command, and the file size will be far larger than 2kb.

For someone looking to make a server network in a fast period of time, go Skript all the way. It has handles for most everything in the Bukkit API, and will do almost anything you want it to.

If you're going to say Skript can't make 100% of a server, neither can any plugin you develop.

Regarding Addons, what is to say that Addons are any different than Libraries you implement using Java?
 

Skionz

ogminecraft.com
Premium
Feedback score
1
Posts
1,544
Reactions
1,527
Resources
0
If you're going to say Skript can't make 100% of a server, neither can any plugin you develop.
An actual server? No.
Don't call Java efficient. Ever. Because it straight up isn't.
In the beginning it was slow, but in the present it is a very fast language. Any slow program you encounter is the fault of the developer, not the language.
neither can any plugin you develop.
Networking is definitely possible with Java and while it would be strange to create a Minecraft server inside a Minecraft plugin, it is possible.
https://docs.oracle.com/javase/tutorial/networking/overview/networking.html
For someone looking to make a server network in a fast period of time, go Skript all the way. It has handles for most everything in the Bukkit API, and will do almost anything you want it to.
In life you want the least amount of dependencies as possible. Skript is a dependency and if development suddenly stops what are you going to do? Java has been consistently updated for 20 years which makes it fairly reliable. Even companies like Android rely on Java so they must be doing something right. If Java is discontinued which is unlikely, but still possible, Java developers can easily move to another object oriented language, but where will Skript 'developers' go? AppleScript?
Regarding Addons, what is to say that Addons are any different than Libraries you implement using Java?
I rarely use third party libraries because like I said, you want the least amount of dependencies as possible.
Skript is a markup language that is converted into Java at runtime
You can't just convert something into Java. The code cannot be modified at runtime without bytecode engineering which would be difficult. Skript parses the file at runtime and handles events and such according to what is in the file. Skript itself is, but a Skript is not an actually piece of software.
 
Status
This thread has been locked.
Top