Minecraft Mods

RunScript V0.3 Release [Bukkit plugin] 1.7.10

  • 3,579 views, 1 today
  • 156 downloads, 0 today
  • 5
  • 2
  • 6
teozfrank's Avatar teozfrank
Level 49 : Master Modder
30
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
  • 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

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

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

playerdeathexample1.png


How it looks in game

playerdeathexample2.png




GitHub:

Coming soon.

License:

MIT
Progress100% complete
Game VersionMinecraft 1.7.10
Tags

9 Update Logs

Update #6 : by teozfrank 11/21/2014 6:59:55 pmNov 21st, 2014

  • Add the ability to cache text file contents, so its not read directly from the file each time the event is fired. Change usecache to true in the config to use this feature.
  • Added reload command /rsreload
  • Please delete and regenerate your config.yml!
There might be bugs in this as I have not tested yet. Please report them if there is.
LOAD MORE LOGS

Create an account or sign in to comment.

TandMMaps
10/05/2014 12:01 am
Level 51 : Grandmaster Necromancer
TandMMaps's Avatar
Very interesting plugin.
1
searchndstroy
10/03/2014 8:04 pm
Level 14 : Journeyman Modder
searchndstroy's Avatar
Interesting.
1
batsbob
10/03/2014 4:49 pm
Level 6 : Apprentice Miner
batsbob's Avatar
Great idea!
1
teozfrank
10/04/2014 2:35 pm
Level 49 : Master Modder
teozfrank's Avatar
Thank You! :)
1
JKCTechnologies
10/03/2014 3:09 pm
Level 46 : Master Technomancer
JKCTechnologies's Avatar
That's a great idea
1
teozfrank
10/04/2014 2:35 pm
Level 49 : Master Modder
teozfrank's Avatar
Thanks :)
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome