For$
<!-- begin site header -->
<div id=

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Delirium

Pages: [1] 2
1
Support / Re: weird error
« on: August 11, 2011, 04:21:20 pm »
Seems like you have a permission problem. Set your folder permissions to Everybody.

2
Plugins / Re: Plugin to allow usage of mods written in Java
« on: May 23, 2011, 10:27:15 am »
At the moment, yes.

3
Plugins / Re: Plugin to allow usage of mods written in Java
« on: May 19, 2011, 10:29:30 pm »
This would perfectly mess up Mineservers concept. Mineserver is designed to run with very low resource usage, so Java isn't an option.

4
Development / Re: Web interface for server management.
« on: May 15, 2011, 10:29:56 pm »
I personally never worked with JSON, but a bit with XMLRPC. The TrackMania Server uses that as plugin interface, you know, xaseco and stuff (which is written in php btw).

Apart that I think we should write down a list of features we want to have before we start to discuss about how to implement them.

5
Development / Re: Web interface for server management.
« on: May 15, 2011, 04:13:31 pm »
Yeah, but this requires the user to install drupal. Sounds a bit overkill to me.

6
Development / Re: Web interface for server management.
« on: May 14, 2011, 01:49:13 pm »
Ok. After further investigation, libevents RPC Implementation seems to be trash.

Personally, I dislike JSON for various reasons. I like XML-RPC much more, so I found a solution:
http://xmlrpcpp.sourceforge.net/. This can be used along with an RPC Extension for php (for example this one http://phpxmlrpc.sourceforge.net/). I don't know both, but they seem well documentated and I understood the example code easily.

Edit: I see the original xmlrpc c++ library doesn't work stable on windows, so it won't make the users happy imo.


Forget it, SOAP seems the best way.

7
Discussion / Re: Kind-of-a-Spam-Problem?
« on: May 14, 2011, 12:35:05 pm »
Apart from that, I don't know your problem with SMF? Its a great platform and surely suitable for mineserver. The only thing that could be better is the download page, actually, it's a bit confusing imo.

8
Support / Re: Import minecraft worlds
« on: May 07, 2011, 10:55:52 pm »
Yes. Mineserver uses the same Map storage format as bukkit/original server do.

9
No, Notch changed it with Minecraft Beta 1.5_01 to UTF-16.

10
I know it's bit offtopic, but I really don't know why notch uses UTF-16 if he limits the availiable letters to such a small pool...

11
Just for correctness: minecraft also knows the german letters äöü, but surprisingly not the sharp s (ß).

12
Development / Re: Web interface for server management.
« on: April 16, 2011, 01:15:26 pm »
Yeah, I think Mineserver should be as easy to manage as possible. I think there should be also a standarized Pluginconfig thing to automatically (!!!) add plugin configuration options to the webinterface/cli. You can always abstract the *real* config changing code and just call it from a wi/cli wrapper. Hope you get what I mean. If RPC is already implemented, why not use it? The less code, the less instructions have to be computed, the faster mineserver is.

13
Discussion / Re: Kill trees
« on: April 14, 2011, 11:14:47 pm »
Your video shows exactly what Odium is saying: If you remove all wood blocks from a tree it causes the player to log out. This is due to a bug in leaf decay.

14
Development / Re: Web interface for server management.
« on: April 14, 2011, 11:09:49 pm »
What's about RPC? Wouldn't that be an option?

15
Development / Web interface for server management.
« on: April 14, 2011, 09:24:39 am »
Would be cool if there is a web interface for managing server options, kicking/banning players, random stats, Picture generator which generates a picture telling the server name, actual players and stuff.

Pages: [1] 2