PJZ9n

Results 12 comments of PJZ9n

Hello, what do you think about this issue?

Yes, I tried to add documentation for this function in PR, but I couldn't figure out what the function was for. I searched where the function was used, but the...

I think that it is necessary to calculate with the same accuracy as MCPE to solve it accurately, but as an alternative method, can the problem be solved by aligning...

```php $step = 0.001; $value = 6.006000518798828; $a = round($value, strlen((string)$step));//float(6.006) $b = $a / $step;//float(6006) var_dump(ctype_digit((string)$b));//bool(true) ``` However, this is a successful calculation. Of course there is a possibility...

This is related to #13 , but there is an error in floating point numbers ...

Although you may have already solved: Use `item.justtest:hammer=hammer` instead of `item.justtest=hammer` in en_US.lang. And I think that supporting all languages depends on resource packs, not plugins. For example create `ja_JP.lang`...

From what I've debugged about this bug, it seems that placing an item with an internal runtime legacy ID (If the ID set in config.yml is 1001, it will be...

1. We plan to implement it in the future. 2. Enter the group name when adding the mission. 3. Edit the ScoreHUD configuration file.

Thank you for reporting. I tried it, but couldn't reproduce the problem. Here are the steps I tried: 1. Remove `plugin_data/Mission` 2. Start the server 3. Create a mission 4....

Thank you, I tried to reproduce the bug using the hosting service as in the video, but I can run into problems when using the stop command. This type of...