NEBULAE MUTIUSER SERVER HELP
:
SERVER SIDE SCRIPTING
SAMPLE SCRIPTMAP CONFIGURATION FILE
#--------------------------------------------------------- #-- Tabuleiro Nebulae Script Map Configuration file -- #-- Version 1.2 #--------------------------------------------------------- #-- Lines starting with a poud sign # are comments #-- To enable a configuration directive uncomment the line #-- and edit the value #--------------------------------------------------------- # #-- This file configures the mapping between movie names and #-- server side script classes. All movie names should be listed #-- in uppercase, but the script class name is case-sensitive. #-- Server side script classes must be available to the Java VM #-- in order to be loaded. Please make sure their paths are listed #-- in the classpath argument when Nebulae is started. #-- General format: #-- MOVIENAME = ServerSideScriptClass #-- The DEFAULT key can be used to specify a default ServerSideScript #-- object to be loaded by all movies with no matching script classes. #-- Examples: #CHAT = ChatBotScript #LOBBY = LobbyClass #DEFAULT = ADefaultClassForAllMovies