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

CraftBukkit v1.7.x で動作互換性を作成する #4

Closed
ucchyocean opened this issue Jun 28, 2014 · 2 comments
Closed

CraftBukkit v1.7.x で動作互換性を作成する #4

ucchyocean opened this issue Jun 28, 2014 · 2 comments
Assignees
Milestone

Comments

@ucchyocean
Copy link
Owner

現在の実装は、各バージョンを使ってビルドしたクラスファイルを纏めているが、
ビルドに非常に手間がかかっており、またMinecraftのバージョンアップごとにリリースが必要になってしまうため、
そろそろ何らかの手を打ちたい。

具体的には、CraftBukkitのChatSerializerを呼び出していたところを、
Bukkit.dispatchCommand メソッドを使って /tellraw コマンドを直接呼び出して使用することで代替する。
この仕様変更により、/tellraw コマンドがまだ導入されていない Bukkit 1.7.2-R0.1 と Bukkit 1.7.2-R0.2 は動作しなくなるが、もうさすがにええやろ!感があるので、サポートバージョンから捨てる事にする。

@ucchyocean ucchyocean added this to the v2.0.4 milestone Jun 28, 2014
@ucchyocean ucchyocean self-assigned this Jun 28, 2014
@ucchyocean
Copy link
Owner Author

Fixed at 1b65c35

@ucchyocean
Copy link
Owner Author

Fixed
動作確認OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant