Skip to content

Puprose: Lua Enhanced Programmer for Ingame Control(EPIC) #3

@snowyu

Description

@snowyu

I think it can be treat it as EPIC when codelevel is trusted. Maybe add a new codelevel: admin to do.

DONE(See PR):

  • Place any blocks: place("default:stone")
    • requires trusted(>=4) codelevel.
  • Set player environment(requires trusted(>=4) codelevel):
    • override_day_night_ratio(ratio)
    • set_clouds(new_cloud)
    • set_stars(new_star)
    • set_sun(new_sun)
    • set_moon(new_moon)
  • include lua file directive:
    • --include your-lua-file-without-extension-name
    • --include "your-lua-file-without-extension-name"
    • --include 'your-lua-file-with-extension.lua'

TODO:

  • code step-by-step to run
  • Get/Set player environment
  • Application(EPIC Starter) Block: can be executed repeatly.
  • Trigger Supports

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions