alvin0319

Results 15 issues of alvin0319

## Introduction Before this PR, the player cannot change the Sign text color by clicking with Dye. This PR implements changing the Sign text color by clicking with Dye. ###...

Category: Gameplay
Type: Contribution
Status: Insufficiently Tested

## Introduction Fixed some missing properties in Entity::saveNBT() and Entity::initEntity(). [Original Issue from Discord](https://discord.com/channels/373199722573201408/373199722573201410/995853360257319042) ### Relevant issues N/A ## Changes ### API changes N/A ### Behavioural changes N/A ## Backwards...

Source used: [minecraft/example_dial_test.go](https://github.com/Sandertv/gophertunnel/blob/master/minecraft/example_dial_test.go) As described above, Capitalized UUID in resource pack causes gophertunnel to panic. Error: ``` 2022/08/07 23:52:05 error: texture pack {uuid=3BBD640E-B454-4358-BB57-33C49C0DFCF5, version=0.0.1} not downloaded panic: dial minecraft 127.0.0.1:62488->127.0.0.1:19132:...

bug

### Describe the feature Add support for RSS feed. RSS feed is good for developers who want to integrate Nameless with their service.

enhancement

e.g `world([0-3])` will allow all world named world0~world3

enhancement
Type: Feature Request

#### Description When the player try to brush to an ungenerated chunk (or unloaded), the following error occurs and unable to use brush: ``` [20:14:05.991] [Server thread/CRITICAL]: Could not execute...

CATEGORY: Bug
STATUS: Unconfirmed
4.0

**Is your feature request related to a problem? Please describe.** In PM5, all legacy IDs have been removed from the core and are no longer be used. This is problematic...

enhancement

**Is your feature request related to a problem? Please describe.** Currently CustomItemLoader doesn't support complex items yet. so we can't make complex items such as armor (like lether). **Describe the...

enhancement
help wanted

https://github.com/df-mc/dragonfly/blob/b226e24bce3ae65d6fc86d2e02795fd0290caf48/server/cmd/argument.go#L121-L123 Current DF shows the above message if insufficient arguments are given by a player. Rather than sending messages like that, showing a usage, description provided by command would definitely...

improvement

## Introduction Implement client-side support of downloading Resource Pack from CDN. ### Relevant issues * Alternative way to fix #3127 ## Changes ### API changes * Added `ResourcePackManager::getPackURLs()`: Returns a...

Category: API
Category: Core
Type: Enhancement