copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Overview - Skript - Bukkit Plugins - Projects - Bukkit Skript is a plugin that allows you to customize Minecraft's mechanics with simple scripts written in plain English sentences You can easily create complex custom commands, triggers that execute effects under certain conditions, and scripts that just run periodically - all without having to know even the slightest bit about programming!
General Tutorial - Pages - Skript - Bukkit Plugins - Projects - Bukkit The original goal of Skript was to make a simple way for non-programmers to make their own mini plugins (called scripts) I feel that this purpose has been lost due to the lack of understanding of how to script
Custom Commands - Pages - Skript - Bukkit Plugins - Projects - Bukkit Creating Custom Commands Creating Custom Commands Custom commands can be some of the trickiest things to create They can also be some of the most powerful In this tutorial I am going to show everything about commands, and how to use them Let's start by defining what we want the user to type when they execute this command:
Overview - XSkript - Bukkit Plugins - Projects - Bukkit Skript is a plugin that allows you to customize Minecraft's mechanics with simple scripts written in plain English sentences You can easily create complex custom commands, triggers that execute effects under certain conditions, and scripts that just run periodically - all without having to know even the slightest bit about programming!
Variables Explanation - Pages - Skript - Bukkit In most programming languages, variables need to be declared, and can only be one type (ie only a number or text ect) In Skript you can use a variable name anywhere you want, and if it doesn't exist, Skript will create one of the type needed