RunScript

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Run scripts in Minecraft using JAVA syntax. No compiling / IDE needed from the user side!

Based on original idea from Kyle -> http://www.spigotmc.org/resources/run-eclipse-alternative.754/

Commands: - None yet

How does it work?

The plugin is event based. There is a text file for each event and you add Java source code to deal with the event how you like. There is no compiling or anything from the user side, just type your JAVA source code, save and off you go!

You have full access to the event within the text file.

What events can I use?

  • BlockBreakEvent
  • PlayerJoinEvent
  • PlayerDeathEvent
  • AsyncPlayerChatEvent
  • PlayerInteractEvent
  • PlayerLoginEvent
  • PlayerMoveEvent
  • PlayerQuitEvent
  • PlayerRespawnEvent

Full list from the API to be added soon!

Why did you create this?

As a tool to introduce students to Java so they do not have to use an IDE. Of course an IDE gives you alot more control, but can be overwhelming and time consuming to get started. This plugin introduces them to JAVA in a simple manor and gets them used to typing raw code, before moving on to an IDE.

How do I get started?

Drop the jar file into your plugins folder. it will create a folder within the plugin folder called "Events". Each text file are named according to there event type. See the examples to get it working.

Examples:

Example 1 - Stop players from breaking blocks

The code

  • Note this file has been re-named to BlockBreakEvent.txt

PlayerBreakBlock Example text

How it looks in game

PlayerBreakBlock Running

Example 2 - Send a message to a player on Joining and change the default join message

The code

  • Note this file has been re-named to PlayerJoinEvent.txt

PlayerJoin Example Text

How it looks in game

PlayerJoin Running

Example 3 - Strike lightning where a player dies and change the default death message

The code

PlayerDeath Example Text

How it looks in game

PlayerDeath Example running

GitHub:

Coming soon.

License:

MIT


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    85462
  • Created
    Oct 3, 2014
  • Last Released File
    Oct 18, 2014
  • Total Downloads
    1,299
  • License

Categories

Members

Recent Files