PaintBall - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: PaintBall (/thread-1409.html) |
PaintBall - NiLSPACE - 03-15-2014 Paintball This allows you to create arena's. In there two teams of players battle each other by throwing snowballs to each other. When a player gets hit by a snowball from another team member the player will be teleported to a spawnpoint wich is set up by the server admin. Basicly in short you have:
Commands:
Configuration:
ToDo:
Bugs:
Source: here Download: here RE: PaintBall - NiLSPACE - 03-15-2014 The server saves the inventory now . RE: PaintBall - tonibm19 - 03-15-2014 Does it save enchantments also? I saw the code and it seems it does. But, if server restarts or crash, is the inventory saved? RE: PaintBall - NiLSPACE - 03-15-2014 It should do it. I used cInventory::CopyToItems(cItems). It doesn't save all the empty slots, but it does the job. (03-15-2014, 09:16 PM)tonibm19 Wrote: I saw the code and it seems it does. If the server crashes then there is nothing I can do, but when the server reloads, restarts or stops the OnDisable function gets called which stops all the arenas and gives all the players their inventory back. RE: PaintBall - pikachu784 - 04-17-2014 Can you create something like this except for Hunger Games/Survival Games? I really need it for my server. RE: PaintBall - NiLSPACE - 04-17-2014 I could try EDIT: There is one problem though. I only played Hunger Games 2 or 3 times . I have seen allot of videos so I'll hope I can remember how it is played RE: PaintBall - LO1ZB - 04-17-2014 The Hunger Games Minigame is based on the adventure novels "The Hunger Games". "Hunger Games" is a gamemode, where u have to fight against X opponent. The Players have to kill each other until one Player survive and win the game. At the start of a game, the player spawn in a circile around a "cornucopia" with loot that helps the player to survive in the battle. Players can only destro gras/leaves ect. but no solid blocks. RE: PaintBall - pikachu784 - 04-18-2014 You can just look at Bukkit's plugin features and replicate it. You should also make it compatible with MultiWorld. P.S: Where can I find the MultiWorld plugin for MC-Server? RE: PaintBall - bearbin - 04-18-2014 MultiWorld is baked into MCServer, not as a plugin. However, it doesn't work that great ATM - sometimes you crash when you change worlds and I haven't managed to get the command to change world at all! RE: PaintBall - xoft - 04-18-2014 You people speak of crashes, yet there are NO crash reports, no stacktraces, no crashdumps, nada. How am I supposed to fix things if I don't even know about them? |