SpongePowered / Sponge

The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
MIT License
383 stars 211 forks source link

Vanilla command functions entirely broken #2472

Closed randombyte-developer closed 4 years ago

randombyte-developer commented 4 years ago

I am currently running

> sponge version 
[23:29:02 INFO]: SpongeVanilla
    Minecraft: 1.12.2
    SpongeAPI: 7.1.0-ea50f0c24
    Sponge: 1.12.2-7.1.8
    SpongeVanilla: 1.12.2-7.1.8
    JVM: 1.8.0_222/64-bit (Private Build)
    OS: Linux (4.15.0-36-generic/amd64)

Issue Description

Create a mcfunction file in like world/data/functions/test/test.mcfunction with the content

say Test

Execute the function from the console /function test:test: https://hastebin.com/iguvadinay.rb Execute the function from a player /function test:test: https://hastebin.com/abesimuteq.rb

randombyte-developer commented 4 years ago

Ah, duplicate issue: https://github.com/SpongePowered/SpongeCommon/issues/2445