Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zh_cn.yml #71

Open
wants to merge 36 commits into
base: 2.9Update
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
f8d5bd8
Changed Version and updated Changelog
AlexMl Dec 23, 2015
659cff5
Enable statistics by default
AlexMl Dec 23, 2015
861b6f3
Disable database by default
AlexMl Dec 23, 2015
4d3082a
Fixed NPE in arena creation
AlexMl Dec 23, 2015
f2689f6
Pushed version and updated Changelog
AlexMl Dec 23, 2015
0302322
Moved Default Translation to Resources
AlexMl Dec 26, 2015
f879c39
Added LanguageBundle class
AlexMl Dec 26, 2015
7fd5327
Use LanguageBundle instead of ResourceBundle.
AlexMl Dec 26, 2015
c644534
Corrected default translation path
AlexMl Dec 26, 2015
53b314c
Corrected some spelling issues
AlexMl Dec 26, 2015
a802796
Added Spanish translation. Thanks to zuhir
AlexMl Dec 26, 2015
ad202e0
Updated version and changelog
AlexMl Dec 26, 2015
cdd713c
Added spawn command - debug only
AlexMl Feb 2, 2016
8b2c977
Added DevMode - only for debug
AlexMl Feb 2, 2016
a17dcf8
Fixed zombie spawn bug. Fixed #70
AlexMl Feb 2, 2016
41d5897
Updated version and changelog
AlexMl Feb 2, 2016
2635dee
Disable shop before game start
AlexMl Feb 3, 2016
dad2044
Updated changelog and version
AlexMl Feb 3, 2016
4f31804
log economy hook
AlexMl Feb 11, 2016
278730b
Add price only if economy is enabled
AlexMl Feb 11, 2016
fb6fbb1
Added default permission
AlexMl Feb 11, 2016
4c5f47c
Updated Changelog and Version
AlexMl Feb 11, 2016
7351134
Add exception to database manager
AlexMl Feb 12, 2016
c3ead64
Added worldguard version info
AlexMl Feb 12, 2016
cbf9194
Added some comas and changed misspellings
AlexMl Feb 12, 2016
0495515
Disallow shop in arena standby
AlexMl Feb 13, 2016
69b372b
Fixed npe
AlexMl Mar 20, 2016
507a385
Added don't update tag
AlexMl Mar 20, 2016
434bd0e
Updated changelog and version
AlexMl Mar 20, 2016
0433c73
added support for 1.9 Potions on master branch
AlexMl Apr 11, 2016
04e8619
Apply fixes from 1.9Branch
AlexMl Apr 11, 2016
cbff040
Updated changelog and version
AlexMl Apr 11, 2016
381e091
disabled debug messages. UUps
AlexMl Apr 11, 2016
bc8c767
Fixed potion in KitManager
AlexMl Apr 12, 2016
ebad5fe
use logger for exceptions
AlexMl Apr 12, 2016
a8c65c4
Fixed possible noclass error
AlexMl Apr 12, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
52 changes: 51 additions & 1 deletion src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,60 @@
Changelog:

---------------------------------------
ZvP Version 2.9.0 -
ZvP Version 2.9.7 - 11.04.2016
- [Fixed] 1.9 Compatibility
- [Fixed] 1.9 Potions
- [Fixed] zombie equipment bug (again)
- [Fixed] Merged 1.9 and main development branch and versions

---------------------------------------
ZvP Version 2.9.6-2_1.9 - 05.04.2016
- [Fixed] Zombie equipment error

---------------------------------------
ZvP Version 2.9.6-1_1.9 - 26.03.2016
- [Fixed] Few errors

--------------------------------------
ZvP Version 2.9.6_1.9 - 20.03.2016
- [Fixed] 1.9 Compatibility

---------------------------------------
ZvP Version 2.9.6 - 20.03.2016
- [Fixed] Typos, Messages, logs

---------------------------------------
ZvP Version 2.9.5 - 11.02.2016
- [Added] Default zvp.play permission without permission plugin
- [Edit] Only show prices in kits if economy is enabled

---------------------------------------
ZvP Version 2.9.4 - 03.02.2016
- [Fixed] NPE if shop is accessed before game start

---------------------------------------
ZvP Version 2.9.3 - 02.02.2016
- [Fixed] Zombie Spawn bug

---------------------------------------
ZvP Version 2.9.2 - 26.12.2015
- [Added] Spanish translation by zuhir

---------------------------------------
ZvP Version 2.9.1 - 23.12.2015
- [Fixed] Bug in arena creation

---------------------------------------
ZvP Version 2.9.0 - 23.12.2015
- [Added] ZvP game statistics
- [Added] Statistic signs
- [Added] time related statistics
- [Added] ZvP GameModes (Standard/Deathmatch)
- [Added] Items have sell and buy price
- [Fixed] PreLobby join message only one time
- [Fixed] Join during game bug

---------------------------------------
ZvP Version 2.8.9 - 27.10.2015
- [Fixed] Error in shop sign

Expand Down