Skip to content

Commit

Permalink
1.0.0 Final update :v
Browse files Browse the repository at this point in the history
Unfortunately the {player} tag does not work because of a packet issue. Currently looking for a fix.
  • Loading branch information
DenielWorld committed Aug 10, 2019
1 parent 2c13746 commit fdadcbc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# TODO
[X] Test the plugin

[X] Fix bugs if has any
[] Fix bugs if has any

[] Implement support for more OS types?

Expand Down
16 changes: 10 additions & 6 deletions resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ w10: true
w10-kick-reason: "&cPlease change your device to play on this server"

#Leave message of the player broadcasted to everyone when the player gets kicked for being W10.
#Not functional if W10 players are allowed to play. ( Color support, tags: {player} )
w10-quit-message: "&c{player} was kicked for being a W10 player"
#Not functional if W10 players are allowed to play. ( Color support, tags: currently broken )
w10-quit-message: "&cA Player was kicked for being a W10 player"

#When enabled, Android players will not be able to join the server.
android: false
Expand All @@ -15,8 +15,8 @@ android: false
android-kick-reason: "&cPlease change your device to play on this server"

#Leave message of the player broadcasted to everyone when the player gets kicked for being an IOS user.
#Not functional if Android players are allowed to play. ( Color support, tags: {player} )
android-quit-message: "&c{player} was kicked for being an Android player"
#Not functional if Android players are allowed to play. ( Color support, tags: currently broken )
android-quit-message: "&cA Player was kicked for being an Android player"

#When enabled, IOS players will not be able to join the server.
ios: false
Expand All @@ -25,5 +25,9 @@ ios: false
ios-kick-reason: "&cPlease change your device to play on this server"

#Leave message of the player broadcasted to everyone when the player got kicked for being an IOS user.
#Not functional if IOS players are allowed to play. ( Color support, tags: {player} )
ios-quit-message: "&c{player} was kicked for being an IOS player"
#Not functional if IOS players are allowed to play. ( Color support, tags: currently broken )
ios-quit-message: "&cA Player was kicked for being an IOS player"

#Report bugs in issues, and suggest more customization features :D
#P.S. Currently the {player} tag for quit messages does not work, due to a packet issue.
#I am fully aware of that issue, so there is no need to report it!

1 comment on commit fdadcbc

@CortexPE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear @DenielWorld,

I regret to inform you that your plugin "DeviceBlocker" (v1.0.0 submitted on 2019-08-11T01:21:02.000Z) has been rejected.

C1a — Namespace format:

All plugins must choose a unique namespace that will not be accidentally collided by other plugins. The plugin must begin with the author name (unless its an official plugin, because the namespace pocketmine is disallowed), followed by any identifier such that the author himself remembers which plugin it corresponds to. The recommended namespace format is AuthorName\PluginName. The author name should use one that corresponds to the GitHub username/org name to prevent collision.

Please resolve these issues and submit the plugin again.

This comment is posted here because this is the last commit when the released build was created.

Please sign in to comment.