js-plugins/bukkit/
Removed old hello-bukkit.js file
This commit is contained in:
parent
b340373ea7
commit
6c71a768a6
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
//
|
|
||||||
// files in this folder only work with CraftBukkit servers
|
|
||||||
//
|
|
||||||
// This example script shows how the special 'self' variable can be used
|
|
||||||
// to get information about the current player.
|
|
||||||
//
|
|
||||||
// Usage:
|
|
||||||
// In minecraft, press the / key to display the in-game command prompt
|
|
||||||
// type the following...
|
|
||||||
//
|
|
||||||
// /js cb_hello()
|
|
||||||
//
|
|
||||||
// ... and the game will print "Hello <minecraft user name>"
|
|
||||||
//
|
|
||||||
function cb_hello()
|
|
||||||
{
|
|
||||||
print("Hello " + self.name);
|
|
||||||
}
|
|
Reference in a new issue