offer3 version 1.02 plugin README ------------------- offer3 is a Palace Server plugin which allows a server operator to easily provide avatar sharing via `offer and `accept commands in all rooms on the server. offer3 was created by Joshua McCurry. Changes in Version 1.01 ------------------------ * Added Room Name and RoomID to Offer Message. * Added abbreviations for offer commands. Changes in Version 1.02 ------------------------ * Added support for offering Type 1 Avatars. Installation ------------ The following installation instructions assume that the Palace server has been installed in /usr/local/palace. offer3 is a standard Palace server plugin. It is installed by placing the plugin file, offer3.so, in the Palace binary folder, /usr/local/palace/bin, and adding the following line to the plugin configuration file, /usr/local/palace//psdata/plugin.conf: ../bin/offer3.so The optional control switch 'noloose' may be set using the parameter. For example: ../bin/offer3.so noloose on will not permit members or guests to drop props in any room on the server. Operators and owners will still be permitted to drop props. NOTE: "noloose" is off by default. The control switch "command <0-3>" may be set using the parameter. For example: ../bin/offer3.so offer 2 will permit operators and owners to use the `offer command. The possible ranks are listed below, with the default value noted in parenthesis: 0 = every one can use offer3 commands (performance will be hindered for guests) 1 = only members, operators and owners can use offer3 commands (default) 2 = only operators and owners can use offer3 commands 3 = only owners can use offer3 commands NOTE: You can also use `setrank to change the rank of offer3 commands. For example: `setrank offer 3 Please note: the ranking can not saved be in pserver.prefs, and will go back to the default after a server restart unless you specify the rank in plugin.conf, as documented above. User commands ------------- offer3 accepts the following command from all users. `offer - Offer a copy of your avatar to another user. (The `offer command should be whispered to the intended receiver.) `accept - Accept an offer of a copy of another user's avatar. `help `offer - Print help message. `help `accept - Print help message.