-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugins_alliance_en.php
105 lines (103 loc) · 3.31 KB
/
plugins_alliance_en.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
$page = "plugins";
$language = "en";
include_once "head.php";
?>
<title>
Magellan Plugins - Alliance Plugin
</title>
</head>
<body>
<div id="container">
<?php
include_once "navi_".$language.".php";
include_once "header.php";
?>
<div id="center">
<h3>
Alliance Plugin
</h3>
<table summary="" cellspacing="0" cellpadding="1" border="0" class="plugin">
<tr class="plugin">
<td class="plugin">
Name:
</td>
<td class="plugin">
Alliance Plugin
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Version:
</td>
<td class="plugin">
0.1.alpha
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Description:
</td>
<td class="plugin">
Server based management of alliance reports and commands
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Author:
</td>
<td class="plugin">
Thoralf Rickert
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Website:
</td>
<td class="plugin">
?
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Download:
</td>
<td class="plugin">
<a href="download_de.php" class=
"externalLink">???</a>
</td>
</tr>
</table>
<p>
This plugin makes it possible, that multiple factions can use on
single report to manage commands ignoring any faction limits. So you
can allow that one person manages one region or island alone and
gives all commands for all allied factions in this region or island.
The others merges your given commands to their own and send it to the
Eressea server.
</p>
<p>
Attention: This plugin is a little bit in the grey zone of the rules
of Eressea. Normally a person should only make commands for his/her
own faction. The commands for every other faction in the alliance
should be communicated via voice or mail. This plugin shorten this
process 'a little bit'.
</p>
<p>
And this plugin is only really useful if you share your whole report
with all other factions in the alliance. So, everybody sees
everything. At the moment it is not possible to create a permission
level for single factions. This feature is planned but it's not easy
to develop. Only think about all the possible right levels for a
single faction, island, region, unit. And you should be aware that
all data from all reports uploaded to the server can be read by the
owner of the server.
</p>
</div>
</div>
</body>
</html>