Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reorganise source directory #33

Closed
walterhiggins opened this issue Jan 20, 2013 · 2 comments
Closed

reorganise source directory #33

walterhiggins opened this issue Jan 20, 2013 · 2 comments

Comments

@walterhiggins
Copy link
Owner

rename bukkit-plugin to src
move js-plugins to src/javascript
add readme.md for the src/javsacript directory and subdirectories.

@chrisabrams
Copy link

@walterhiggins Just wanted to say great job for the work you've been doing on this. Thanks for all the support with bukkit - has made life much easier :)

@walterhiggins
Copy link
Owner Author

Hi Chris, No problem. Thanks for the pointer to CraftBukkit - it really is an amazing server and API. Am loving the potential of CraftBukkit and ScriptCraft. I've just added 2 new Plugins - the 'homes' plugin adds commands for players to set and go to 'home' locations and also lets them invite each other to their homes. I reckon the js-plugins/homes/homes.js file is a pretty good place to start for any one keen to get started writing plugins. It's short (about 250 lines of code) and demonstrates some of the new (yet to be documented ) features - Persistence (plugin data can be saved and restored automatically when the server shuts down and starts up - no additional code needed), and the ability to expose plugin commands for use by players (non operators).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants