Archived
0
This repository has been archived on 2022-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mc-server/flat_world
2018-08-04 20:43:07 +03:00
..
2018-04-28 11:53:43 +03:00
2018-04-28 11:53:43 +03:00

Flat world

Плоский мир

Spring bean

<bean id="flatWorld" class="mc.world.flat.FlatWorld">
    <property name="spawn">
        <bean class="mc.core.Location">
            <constructor-arg index="0" type="double" value="8"/>
            <constructor-arg index="1" type="double" value="6"/>
            <constructor-arg index="2" type="double" value="8"/>
        </bean>
    </property>
</bean>

spawn - точка спавна