|
| 1 | +<img src="https://raw.githubusercontent.com/alejandroliu/bad-plugins/master/Media/Iron_Sword.png" style="width:64px;height:64px" width="64" height="64"/> |
| 2 | + |
| 3 | +RunePvP |
| 4 | +======= |
| 5 | + |
| 6 | +* Summary: A funny PvP manager plugin |
| 7 | +* Dependency Plugins: N/A |
| 8 | +* PocketMine-MP version: 1.4 - API 1.10.0 |
| 9 | +* DependencyPlugins: - |
| 10 | +* OptionalPlugins: SignShop,PocketMoney,MassiveEconomy,EconomyAPI |
| 11 | +* Categories: Fun |
| 12 | +* Plugin Access: Commands, Entity |
| 13 | +* WebSite: [github](https://github.com/alejandroliu/pocketmine-plugins/tree/master/RunePvP) |
| 14 | + |
| 15 | +Overview |
| 16 | +-------- |
| 17 | + |
| 18 | +A simple PvP manager inspired by RuinPvP. Unlike RuinPvP this one |
| 19 | +works with the current API and has a different gameplay more centered |
| 20 | +around signs instead of entering commands. |
| 21 | + |
| 22 | +It needs a economy plugin like for example, PocketMoney. |
| 23 | + |
| 24 | +### Rules: |
| 25 | + |
| 26 | +At first, every users gets 500 points. This is configured in |
| 27 | +PocketMoney (or whatever Economy plugin you use). |
| 28 | + |
| 29 | +If players kills another player, the winner gets 100 points and the |
| 30 | +loser loses 100 points. Once players are under 100 points they will |
| 31 | +not loose any points. And winners only get 50 points for these kills. |
| 32 | + |
| 33 | +Whenever players reach 10 kills, they get a level up and get a 1,000 |
| 34 | +points prize. |
| 35 | + |
| 36 | +Players can then use the points they got to gamble or buy items using |
| 37 | +`Signs` across the playing world. |
| 38 | + |
| 39 | +Basic Usage: |
| 40 | + |
| 41 | +* runepvp - Will show your RunePvP stats. |
| 42 | +* runepvp stats [player] - Show the RunePvP stats for [player] |
| 43 | +* runepvp top [online] - Show top players. |
| 44 | + |
| 45 | +Documentation |
| 46 | +------------- |
| 47 | + |
| 48 | +This plugin supports PocketMoney and has experimental support for |
| 49 | +MassiveEconomy and EconomyAPI. |
| 50 | + |
| 51 | +### Commands |
| 52 | + |
| 53 | +* runepvp - Will show your RunePvP stats. |
| 54 | +* runepvp stats [player] - Show the RunePvP stats for [player] |
| 55 | +* runepvp top [online] - Show top 5 players. |
| 56 | + |
| 57 | +### Signs |
| 58 | + |
| 59 | +RunePvP supports three types of signs. |
| 60 | + |
| 61 | +1. Shop signs |
| 62 | +2. Gambling signs |
| 63 | +3. Informational signs |
| 64 | + |
| 65 | +### Shop Signs |
| 66 | + |
| 67 | +Place a sign with the following text: |
| 68 | + |
| 69 | + [SHOP] |
| 70 | + Item_name [x10] |
| 71 | + price |
| 72 | + <anything> |
| 73 | + |
| 74 | +Players will be able to buy the specified items at the set price. |
| 75 | +Defaults to 1, but this can be changed with the x?? modifier. |
| 76 | +Examples from RuinPvP: |
| 77 | + |
| 78 | +* [SHOP] |
| 79 | + * Wooden Sword |
| 80 | + * 200p |
| 81 | +* [SHOP] |
| 82 | + * Golden Sword |
| 83 | + * 250p |
| 84 | +* [SHOP] |
| 85 | + * Stone Sword |
| 86 | + * 500p |
| 87 | +* [SHOP] |
| 88 | + * Iron Sword |
| 89 | + * 700p |
| 90 | +* [SHOP] |
| 91 | + * Diamond Sword |
| 92 | + * 1000p |
| 93 | +* [SHOP] |
| 94 | + * Apples x10 |
| 95 | + * 200p |
| 96 | + |
| 97 | +### Gambling Signs |
| 98 | + |
| 99 | +Tap a sign and you place a bet. Place a sign with the following text: |
| 100 | + |
| 101 | + [CASINO] |
| 102 | + <odds>:<payout> |
| 103 | + <price> |
| 104 | + |
| 105 | +The odds is the number of chances, so the higher the number the less |
| 106 | +chance of payout. Payout is how much you get pay if you win. Price |
| 107 | +is how much each bet costs. |
| 108 | +Examples: |
| 109 | + |
| 110 | +* [CASINO] |
| 111 | + * 5:300 |
| 112 | + * 100p |
| 113 | + |
| 114 | +### Informational Signs |
| 115 | + |
| 116 | +These signs show either rankings or the player's stats. Just place a |
| 117 | +sign with the first line of text with: |
| 118 | + |
| 119 | +* `[STATS]` : Player stats. Every player sees their own stats. |
| 120 | +* `[RANKINGS]` : All time top 3. |
| 121 | +* `[ONLINE RANKS]` : Ranking of only players on-line |
| 122 | + |
| 123 | +If you tap on the rakings or online-rankings sign you get a list of |
| 124 | +the top *five* players with level and kill numbers. |
| 125 | + |
| 126 | +### Configuration |
| 127 | + |
| 128 | +These can be configured from `config.yml`: |
| 129 | + |
| 130 | + points: |
| 131 | + kills: 100 |
| 132 | + level: 1000 |
| 133 | + signs: |
| 134 | + stats: |
| 135 | + - '[STATS]' |
| 136 | + rankings: |
| 137 | + - '[RANKINGS]' |
| 138 | + onlineranks: |
| 139 | + - '[ONLINE RANKS]' |
| 140 | + shop: |
| 141 | + - '[SHOP]' |
| 142 | + casino: |
| 143 | + - '[CASINO]' |
| 144 | + settings: |
| 145 | + dynamic-updates: 1 |
| 146 | + |
| 147 | +* points |
| 148 | + * kills : number of points awarded to a player for each kill. |
| 149 | + * level : number of points awarded to a player for leveling up. |
| 150 | +* signs : customize the text of the signs. Multiple text alternatives |
| 151 | + are possible and allowed. For example: |
| 152 | + shop: |
| 153 | + - '[SHOP]' |
| 154 | + - '[TIENDA]' |
| 155 | +* settings |
| 156 | + * dynamic-updates: if off, informational signs are only updated when |
| 157 | + tapped. |
| 158 | + |
| 159 | + |
| 160 | +### Permission Nodes: |
| 161 | + |
| 162 | +* runepvp.cmd: Give players access to RunePvP command |
| 163 | +* runepvp.cmd.stats: Stats sub command |
| 164 | +* runepvp.cmd.stats.other: View stats of other players |
| 165 | +* runepvp.cmd.top: View rankings |
| 166 | +* runepvp.signs.place: Allow users to place RunePvP signs |
| 167 | +* runepvp.signs.place.stats: Allow users to place RunePvP signs for Stats |
| 168 | +* runepvp.signs.place.rankings: Allow users to place RunePvP signs for |
| 169 | + Rankings |
| 170 | +* runepvp.signs.place.onlineranks: Allow users to place RunePvP signs |
| 171 | + for Online ranks |
| 172 | +* runepvp.signs.place.shop: Allow users to place RunePvP signs for shops |
| 173 | +* runepvp.signs.place.casino: Allow users to place RunePvP signs for |
| 174 | + Casinos |
| 175 | +* runepvp.signs.use: Allow users to use RunePvP signs |
| 176 | +* runepvp.signs.use.stats: Allow users to use stats RunePvP signs |
| 177 | +* runepvp.signs.use.rankings: Allow users to use specific RunePvP signs |
| 178 | +* runepvp.signs.use.onlineranks: Allow users to use specific RunePvP signs |
| 179 | +* runepvp.signs.use.shop: Allow users to use specific RunePvP signs |
| 180 | +* runepvp.signs.use.casino: Allow users to use specific RunePvP signs |
| 181 | + |
| 182 | +Changes |
| 183 | +------- |
| 184 | + |
| 185 | +* 1.1.0 : More economy support |
| 186 | + * Some code fixes and removed some debug code that slipped through |
| 187 | + * Added support for Economy and MassiveEconomy. |
| 188 | + * Added top (rankings) command |
| 189 | + * Added signs |
| 190 | +* 1.0.0 : First submission |
| 191 | + |
| 192 | +Copyright |
| 193 | +--------- |
| 194 | + |
| 195 | + RunePvP |
| 196 | + Copyright (C) 2015 Alejandro Liu |
| 197 | + All Rights Reserved. |
| 198 | + |
| 199 | + This program is free software: you can redistribute it and/or modify |
| 200 | + it under the terms of the GNU General Public License as published by |
| 201 | + the Free Software Foundation, either version 2 of the License, or |
| 202 | + (at your option) any later version. |
| 203 | + |
| 204 | + This program is distributed in the hope that it will be useful, |
| 205 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 206 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 207 | + GNU General Public License for more details. |
| 208 | + |
| 209 | + You should have received a copy of the GNU General Public License |
| 210 | + along with this program. If not, see <http://www.gnu.org/licenses/>. |
0 commit comments