You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An API for Minecraft / Bukkit server management and scripting.
4
+
5
+
6
+
Installation
7
+
============
8
+
You'll need to know the location of your Minecraft server root directory (the place where you have your server.properties file), and the operating system user and group it runs under.
9
+
10
+
After that just type "make install" and answer those questions.
11
+
12
+
For an initial installation, you'll have to tweak the settings to your taste in the .server-settings installed file.
13
+
Else verify if there are new configuration items to import in your existing server configuration.
14
+
15
+
16
+
Usage
17
+
=====
18
+
Include the following line near the start of your shell scripts:
19
+
20
+
. .minecraft-library
21
+
22
+
Then you can use all the functions in the library.
23
+
24
+
Check CronTasks/CronMonitor for a little example.
25
+
26
+
The functions list is located at the start of the .minecraft-library file.
27
+
For parameters, check each function header.
28
+
29
+
30
+
Further development plans
31
+
=========================
32
+
The library works fine for me as it is.
33
+
Nonetheless, I think I'll add a function to check if a player is running a forbidden client side mod, which could then be called from a cron script to kick/ban offending players.
34
+
I'm also considering to add the remaining Minecraft console commands.
35
+
36
+
37
+
Caveats
38
+
=======
39
+
Developed and tested only on FreeBSD 10.1.
40
+
41
+
42
+
Versions and changelog
43
+
======================
44
+
1.00 2016-09-18 Initial public release
45
+
46
+
47
+
License
48
+
=======
49
+
This open source software is distributed under a BSD license (see the "License" file for details).
0 commit comments