Paul2708 / simple-commands

An (even more) simplified and intuitive command framework for Spigot.
MIT License
14 stars 2 forks source link

Added GameMode, EntityType and World arguments #29

Closed cerus closed 4 years ago

cerus commented 4 years ago

Pull Request Template

Checklist

Title

Added more Spigot arguments

Description

I added arguments for GameMode, EntityType and World.

Issue Resolution

This Pull Request addresses #28

Proposed Changes

Paul2708 commented 4 years ago

First of all, thanks for your contribution! I also appreciate that you used to give code style.

Before merging in development, I would address some changes caused by my poor documentation. 😢

enum argument commands like EntityTypeArgument are already covered by EnumArgument. So could you remove it and its resource messages? And could you register the other arguments in ArgumentHolder?

Would be great. Sorry for these circumstances.

cerus commented 4 years ago

Hey, no problem, I'll remove the conflicts asap!

Paul2708 commented 4 years ago

Thanks for your contribution!

cerus commented 4 years ago

No problem. :)