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

DataServer.js #4

Open
odwdinc opened this issue Nov 16, 2010 · 6 comments
Open

DataServer.js #4

odwdinc opened this issue Nov 16, 2010 · 6 comments

Comments

@odwdinc
Copy link

odwdinc commented Nov 16, 2010

Plugin is has a page now
http://forum.hey0.net/showthread.php?tid=1178

@alecgorge
Copy link
Owner

Thanks for the code! I am glad you find the API useful!

Would you mind writing a few sentences about what this code does?

@odwdinc
Copy link
Author

odwdinc commented Nov 16, 2010

yah that woud be helpfull.
Think of this as a data storage bulding for minecraft. it takes the data and stores it in the blocks of the data center location in "registors".

I wanted a way to store varables in game blocks so that playse can update with out a /command

players are able to place and change the blocks in the registors, at the data center to update the data. Thay can see the data being updated live ingame if chaged by player and or script.

I'm using to store information ingame. as in scorr or location of player.
could be used to sore scores, telaprot location, last commands .etc

was thinking of placing in cave/house and placing amed gards outside to "protect the game data" like a real life data center.

@alecgorge
Copy link
Owner

Very cool! So it is meant to be data storage in the map as opposed to data storage in text files?

@odwdinc
Copy link
Author

odwdinc commented Nov 16, 2010

you got it. so players can see and "change" the data in-game.

@GazbonicAcid
Copy link

Is the position info it sets at the beginning the location of data storage block(s)?
If not, why is it needed?

@odwdinc
Copy link
Author

odwdinc commented Nov 22, 2010

yes.. It is the home location for the bottom right corner of the datacenter.
will be working on a cleaned up code veration crating a complex object for the datacenter this was just the ruff code.

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

3 participants