Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
4cc26be8342a80d0959efb4e622b1cc2fd01c47f
PocketMine-MP
/
src
/
command
/
defaults
下载当前目录
D
Dylan T.
Fixed PHP 8.5 issues reported by PHPStan
c8044175
创建于
2025年12月24日
历史提交
文件
最后提交记录
最后更新时间
BanCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
BanIpCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
BanListCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
ClearCommand.php
Use an array for command permissions it doesn't make sense to have to parse the string every time we want to verify permissions, nor to expect that people will somehow know to use ; to separate them without it being documented anywhere...
3 年前
DefaultGamemodeCommand.php
Migrate final remaining EnumTrait users to native enums
2 年前
DeopCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
DifficultyCommand.php
Constify server.properties references
2 年前
DumpMemoryCommand.php
Merge branch 'next-minor' into next-major
3 年前
EffectCommand.php
Implemented infinite effects (#6866) The problem is that we need to ensure an updating ticker for periodic effects to continue working correctly, but those are typically implemented using the duration ticker. We don't want to BC break anyone implementing custom effects in PM5, so this is the best we can do for now. In this implementation, durations will underflow back to Limits::INT32_MAX when they would have expired, ensuring a continuous counter. This might cause unexpected behaviour for consumers of the API, but I don't see another viable solution for PM5. Co-authored-by: Dylan K. Taylor <dktapps@pmmp.io>
6 个月前
EnchantCommand.php
Use 'enchanting' terminology 'enchant' just didn't feel right, being a verb. All these things pertain to the act of enchanting. This is now also consistent with CraftingTransaction etc. The ship already sailed on EnchantInventory, which will have to be renamed at a later datte. However, that was already inconsistent with 'enchanting table', so that's the odd one out here.
2 年前
GamemodeCommand.php
Migrate final remaining EnumTrait users to native enums
2 年前
GarbageCollectorCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
GiveCommand.php
Use an array for command permissions it doesn't make sense to have to parse the string every time we want to verify permissions, nor to expect that people will somehow know to use ; to separate them without it being documented anywhere...
3 年前
HelpCommand.php
New rule: explode() limit parameter must be set
1 年前
KickCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
KillCommand.php
Fixed /kill not properly killing the player under certain conditions, closes #4680 (#5919) This occurs if the player had very high levels of Health Boost or other weird modifications. It doesn't really make sense to apply damage modifiers to suicide anyway. Really I'm doubtful that suicide should even be considered a damage type (perhaps we should add an EntitySuicideEvent), but that's a discussion for another time.
2 年前
ListCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
MeCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
OpCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
PardonCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
PardonIpCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
ParticleCommand.php
Added Sonic Explosion Particle (#6836)
7 个月前
PluginsCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
SaveCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
SaveOffCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
SaveOnCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
SayCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
SeedCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
SetWorldSpawnCommand.php
Localise /status, /version <plugin> and some other hardcoded strings
5 个月前
SpawnpointCommand.php
Fix #5471: Use pocketmine. prefixed key for spawnpoint success (#6899)
6 个月前
StatusCommand.php
Localise /status, /version <plugin> and some other hardcoded strings
5 个月前
StopCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
TeleportCommand.php
Localise /status, /version <plugin> and some other hardcoded strings
5 个月前
TellCommand.php
Declare built-in command names inside the constructor (#5487) This increases code consistency by placing the name in the same place where everything else about the command is defined.
3 年前
TimeCommand.php
Use an array for command permissions it doesn't make sense to have to parse the string every time we want to verify permissions, nor to expect that people will somehow know to use ; to separate them without it being documented anywhere...
3 年前
TimingsCommand.php
Write timings to file on shutdown & add API for writing timings file (#6848)
6 个月前
TitleCommand.php
Use an array for command permissions it doesn't make sense to have to parse the string every time we want to verify permissions, nor to expect that people will somehow know to use ; to separate them without it being documented anywhere...
3 年前
TransferServerCommand.php
Localise /status, /version <plugin> and some other hardcoded strings
5 个月前
VanillaCommand.php
Fixed PHP 8.5 issues reported by PHPStan
4 个月前
VersionCommand.php
Localise /status, /version <plugin> and some other hardcoded strings
5 个月前
WhitelistCommand.php
Constify server.properties references
2 年前
XpCommand.php
Implemented vanilla /xp command (#6429)
1 年前