summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/ProtectionAreas (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-01Updated plugins with the rename to Cuberite.Mattes D1-0/+0
2015-10-27Updated Core and ProtectionAreasLukas Pioch1-0/+0
2015-09-05Renamed output directory to ServerMattes D1-0/+0
2014-12-19Fixed Guardians size and healthMasy981-0/+0
2014-12-18Added Entity GuardianMasy981-0/+0
2014-10-21Fixed submodule downgradesHowaner1-0/+0
2014-10-21Updated ProtectionAreasTiger Wang1-0/+0
2014-08-04Updated submodulesTiger Wang1-0/+0
2014-01-07Updated submodulesTiger Wang1-0/+0
2013-11-09Updated Core and ProtectionAreas.madmaxoft1-0/+0
2013-10-13Merge submodule changesTiger Wang1-0/+0
2013-10-07Updated plugins.Alexander Harkness1-0/+0
2013-09-02Updated Core and ProtectionTiger Wang1-0/+0
2013-08-30Updated ProtectionAreas to the latest version.madmaxoft1-0/+0
2013-08-21Updated Core and ProtectionAreas to their latest versions.madmaxoft1-0/+0
2013-08-16Added the removed plugins as submodules.Alexander Harkness1-0/+0
2013-08-16Moved ProtectionAreas into a separate repositorymadmaxoft10-1445/+0
2013-07-29Changed everyting to Unix line endings.Alexander Harkness9-1417/+1417
2013-06-11ProtectionAreas: Added a license file.madmaxoft@gmail.com1-0/+7
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1581 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-11ProtectionAreas: Improved command help stringsmadmaxoft@gmail.com1-9/+9
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1580 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-11ProtectionAreas: Moved all strings sent to players to a separate language filemadmaxoft@gmail.com3-45/+90
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1579 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-11ProtectionAreas: usernames are now handled case-insensitivemadmaxoft@gmail.com1-13/+28
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1578 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-10ProtectinoAreas: Configuratino is now loaded from an INI filemadmaxoft@gmail.com4-4/+25
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1576 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-10ProtectionAreas: Implemented reloading areas when a player movesmadmaxoft@gmail.com4-13/+78
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1575 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-10ProtectionAreas: Fixed area reloadingmadmaxoft@gmail.com2-2/+9
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1574 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-09ProtectionAreas: Added asserts to cStorage functions so that logic errors are found fastermadmaxoft@gmail.com1-1/+36
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1568 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-08ProtectionAreas: Implemented the ProtRemUserAll command's DB accessmadmaxoft@gmail.com2-3/+11
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1567 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-08ProtectionAreas: Implemented adding users to an area in the DBmadmaxoft@gmail.com2-2/+58
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1566 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-08ProtectionAreas: Added ProtListUsers, implemented ProtRemoveUser, fixed ProtDelID commandsmadmaxoft@gmail.com3-7/+132
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1565 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-08ProtectionAreas: ProtList works directly above the DB, displays areas' IDs and creators. ProtAdd and ProtAddCoords commands show the ID of the new areamadmaxoft@gmail.com2-20/+52
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1564 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-07ProtectionAreas: The areas are now read from the DB (once)madmaxoft@gmail.com3-14/+58
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1563 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-07ProtectionAreas: Fixed cCommandState's detection of not-selectedmadmaxoft@gmail.com1-4/+7
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1562 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-07ProtectionAreas: Implemented all command handlers.madmaxoft@gmail.com6-76/+327
They still call unimplemented methods in the DB, and haven't been properly tested git-svn-id: http://mc-server.googlecode.com/svn/trunk@1561 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-06ProtectionAreas: Newly added areas are stored in the DBmadmaxoft@gmail.com3-6/+85
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1560 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-06ProtectionAreas: Added cStorage initializationmadmaxoft@gmail.com2-1/+118
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1559 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-04ProtectionAreas: Actual protection is now working, areas are hard-coded (10,10) - (20,20)madmaxoft@gmail.com5-12/+72
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1557 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-05-26ProtectionAreas: Fixed a mistyped variable namemadmaxoft@gmail.com1-1/+1
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1518 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-05-26ProtectionAreas: missed 2 filesmadmaxoft@gmail.com2-0/+122
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1517 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-05-26ProtectionAreas: Initial project import, skeleton codemadmaxoft@gmail.com7-0/+353
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1516 0a769ca7-a7f5-676a-18bf-c427514a06d6